wikijs-fork/client/graph/admin/contribute/contribute-query-contributors.gql

18 lines
205 B
Plaintext
Raw Normal View History

query {
contribute {
contributors {
company
currency
description
id
image
name
profile
tier
totalDonated
twitter
website
}
}
}