Auth token. This is the token returned by get_auth_token(). Just the token, do not include "Bearer" in this string, that is handled inside the method.
Organization context. This is provided by the Finite State API management. It looks like "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".
The GraphQL query string
Optional
variables: Record<string, any>Variables to be used in the GraphQL query, by default None
Optional
field: stringThe field in the response JSON that contains the results
Optional
limit: numberThe maximum number of results to return. By default, None to return all results. Limit cannot be greater than 1000.
Get all results from a paginated GraphQL query