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

「GraphQL」タグのついた6記事

全てのタグを見る

Content API

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

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.

The GraphQL API has been updated

In Strapi 5, the GraphQL API has been updated. It handles the new, flattened response format, and can also now accept Relay-style queries.