Apollo Server v3 upgraded to Apollo Server v4
The upgrade from Apollo Server v3 to v4 and graphql ^15 to ^16.
The upgrade from Apollo Server v3 to v4 and graphql ^15 to ^16.
All elements of Strapi's back end, like routes, policies, middlewares, controllers, services, models, requests, responses, and webhooks, can be customized.
Strapi 5 の Content API について説明します
With Strapi's error handling feature it's easy to send and receive errors in your application.
Use a GraphQL endpoint in your Strapi project to fetch and mutate your content.
Strapi の GraphQL API は多くのクエリを自動解決しますが、複雑なデータ取得ではリレーションを深く辿ったり、リゾルバを連鎖させたりする必要があります。ここではそのようなケースの扱い方を簡潔に説明します。
GraphQL API へのリクエストは、Strapi の ミドルウェア と ポリシー を通ります。リゾルバにポリシーを付けて、複雑な認可ルールを実装できます。
In Strapi 5, 'publicationState' can no longer be used in Content API calls. The new status parameter can be used and accepts 2 different values, draft and published.
In Strapi 5, the response format has been simplified and flattened, and attributes of requested content are no longer wrapped in an attributes object.