Closed5

code-first な NestJS でキャッシュディレクティブを設定する

ふくいふくい

https://docs.nestjs.com/graphql/directives#code-first

Directives applied through the @Directive() decorator will not be reflected in the generated schema definition file.

ちなみに code-first でカスタムディレクティブ書いても、生成された schema には表示されない。

ただしサーバー側の実装で機能としては有効になる。
GraphQLサーバーの中身はApolloなので、Apollo側で解釈してレスポンスヘッダーにキャッシュコントロールがつくようになる。

このスクラップは2022/06/04にクローズされました