GraphQL Queries
Example GraphQL queries with authentication.
GraphiQL
To get started, login into Sleuth and open GraphiQL
Logged in user (example link)
Team metrics recap (example link)
Project metrics recap (example link)
cURL and API key
Get API Key through GraphiQL (example link)
Now use API Key in authorization
header (required headers are content-type
and authorization
)
Authorization header starts with apikey and not Bearer!
Last updated
Was this helpful?