Skip to main content

12 docs tagged with "GraphQL API"

View All Tags

API tokens

* Administrators can create, read, update, or delete API tokens only if proper permissions are granted (see Configuring administrator roles).

API tokens configuration

Using API tokens allows executing a request on Strapi's REST API endpoints as an authenticated user.

Back-end customization

All elements of Strapi's back end, like routes, policies, middlewares, controllers, services, models, requests, responses, and webhooks, can be customized.

Content API

Once you've created and configured a Strapi project, created a data structure with the Content-Type Builder and started adding data through the Content Manager, you likely would like to access your content.

Error handling

With Strapi's error handling feature it's easy to send and receive errors in your application.

GraphQL API

The GraphQL API allows performing queries and mutations to interact with the content-types through Strapi's GraphQL plugin. Results can be filtered, sorted and paginated.

GraphQL plugin

Use a GraphQL endpoint in your Strapi project to fetch and mutate your content.