contribute-query-contributors.gql 205 B

1234567891011121314151617
  1. query {
  2. contribute {
  3. contributors {
  4. company
  5. currency
  6. description
  7. id
  8. image
  9. name
  10. profile
  11. tier
  12. totalDonated
  13. twitter
  14. website
  15. }
  16. }
  17. }