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.
Document Service API は、バックエンドサーバーやプラグインからコンテンツを操作する際の推奨手段です。
Strapi の Document Service API でクエリ結果に含めるフィールドを選ぶ
Strapi の Document Service API でクエリ結果をソート・ページネーションする
Strapi の Document Service API でドキュメントの下書き版または公開版を返す
Strapi の Document Service API でクエリごとにロケール版を扱う
Strapi の Document Service API でリレーションなどをポピュレートする
Document Service API で使えるフィルター演算子のリファレンスです。
Documents should be called by their documentId in Content API calls (REST API & GraphQL).
Strapi v5 における Document 概念を説明します
Strapi の REST API でリクエスト結果をフィルターします。
GraphQL プラグインによるクエリ・ミューテーション、フィルター、ソート、ページネーションのリファレンスです。
カスタムコントローラーと populate で `createdBy` や `updatedBy` を返す方法です。
querystring ライブラリを使ったインタラクティブツールでクエリ URL を組み立てます。
Internationalization を REST で使うための `locale` パラメータのリファレンスです。
In Strapi 5, it's no longer possible to get all localized versions with the '?locale=all' parameter.
In Strapi 5, the Entity Service API is deprecated, and for the findPage() method you should use the Document Service API's findMany() method instead.
In Strapi 5, the shared population strategy is not supported anymore, so components and dynamic zones must be explicitly populated using `on` fragments.
Strapi の REST API クエリを API パラメータで絞り込みます。
Strapi の REST API でフィールドをポピュレートしたり、表示フィールドを絞り込んだりします。
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.
REST API でリレーションの順序を管理します。
In Strapi 5, some attributes and content types names are reserved, and all fields or content types using the reserved names should be renamed before migrating to prevent data loss.
REST API の特定トピックを、ユースケースの詳細説明や手順付きガイドで掘り下げます。
Strapi がコンテンツタイプ用に生成する REST API エンドポイントでコンテンツにアクセスします。
Strapi の REST API でデータをソートまたはページネーションします。
In Strapi 5, sorting by id is no longer possible to sort by chronological order, and you should use createdAt instead.
Strapi の REST API でドキュメントの下書き版または公開版を扱います。
In Strapi 5, the response format has been simplified and flattened, and attributes of requested content are no longer wrapped in an attributes object.
Strapi Client ライブラリはバックエンドとのやり取りを簡素化し、コンテンツの取得・作成・更新・削除が行えます。
In Strapi 5, the GraphQL API has been updated. It handles the new, flattened response format, and can also now accept Relay-style queries.
ポピュレートの意味と、REST API クエリで populate パラメータを使ってレスポンスにフィールドを追加する方法です。
REST API の `/api/upload` エンドポイントで Strapi にファイルをアップロードする方法です。