# GraphQL

- [Getting started](/graphql/getting-started.md): With our GraphQL API
- [Exploring our API](/graphql/exploring-our-api.md): We have an API explorer and playground.
- [Authentication](/graphql/authentication.md): How to retrieve and use a bearer token.
- [Pagination / Throttling](/graphql/pagination-throttling.md)
- [Error handling](/graphql/error-handling.md): How Toggle returns error responses
