specifically where are the docs for the graphql api? im trying to query it and cant remember which fields i need to request
c
Chris Reuter
06/16/2023, 1:26 PM
They're all in the API docs that I linked - see here for more details. Each example has a tag in the top right (py, gql, json, etc), you're looking for the
gql
tag.
For example, here is the GraphQL example for registering a flow.