You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
205 B

  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. }