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

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

全てのタグを見る

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.

GraphQL の高度なクエリ

Strapi の GraphQL API は多くのクエリを自動解決しますが、複雑なデータ取得ではリレーションを深く辿ったり、リゾルバを連鎖させたりする必要があります。ここではそのようなケースの扱い方を簡潔に説明します。

GraphQL の高度なポリシー

GraphQL API へのリクエストは、Strapi の ミドルウェア と ポリシー を通ります。リゾルバにポリシーを付けて、複雑な認可ルールを実装できます。