POST https://api.kublau.com/graphql.json
POST
https://api.kublau.com/graphql.json
Authorization
string
Bearer token to authenticate with our API.
You can explore our GraphQL API through our GraphQL playgroundarrow-up-right. You'll need to authenticate before you can start sending queries or mutations.
In the playground you'll find two tabs on the right:
Docs - Interactive documentation of the API.
Schema - Our GraphQL Schema.
Inside the Docs you can navigate and search for:
Queries - This provides access to the set of types that can be queried for using the API.
Mutations - Set of operations that change data on the server.
Types - Definitions and docs for the objects the API accepts and returns.
Last updated 5 years ago