Entries from 2020-03-12 to 1 day

Apollo serverのSchema directivesを使ってdeprecation warningを表示する

Apollo serverでリファクタリングや仕様変更などで、特定のフィールドをdeprecatedにしたい場合があります Apollo serverの @deprecated を使えば簡単にdeprecation warningを表示できます では、やってみましょう // src/index.js const { ApolloServer, gq…