GraphQL Schema Documentation
link GraphQL Schema definition
1 schema { 2 3 # Queries are used to retrieve data. If you're new to our API, 4 # try the `me` query to explore the information you have access to. 5 # Hit `ctrl-space` at any time to activate field completion hints, and 6 # mouse over a field or parameter to see its documentation. 7 Query : 8 9 # Mutations are used to modify data. Each mutation takes an input 10 # that contains the data necessary to create or update the data 11 # in question. 12 Mutation : 13 }