メインコンテンツまでスキップ

「GraphQL API」タグのついた9記事

全てのタグを見る

Advanced policies for GraphQL

Requests sent to the GraphQL API pass through Strapi's middlewares and policies system. Policies can be attached to resolvers to implement complex authorization rules, as shown in the present short guide.

Advanced queries for GraphQL

Strapi's GraphQL API resolves many queries automatically, but complex data access can require deeper relation fetching or chaining resolvers. The present short guide explains how to handle such advanced scenarios.

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

Strapi 5 の Content API について説明します

Error handling

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

GraphQL plugin

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