Execute GraphQL operation
documentedSubmit a GraphQL query or mutation to Groove's GraphQL endpoint to read or modify data.
POST /v2/graphqlGraphQL APIno implementation yet0 runsInput
groove_query*
Groove GraphQL query
query { account { id name } } or any valid GraphQL query
first
First (pagination)
Number of items to fetch
after
After cursor
Cursor after the previous page
Calls Groove as you (your API key is your account); keychains.dev holds the credentials.