Skip to content

v0.18.0

Compare
Choose a tag to compare
@zakodium-bot zakodium-bot released this 28 Feb 10:41
bab5f10

0.18.0 (2023-02-28)

⚠ BREAKING CHANGES

  • Apollo Server was upgraded to version 4. The enableUploads config option is now false by default. The default GraphQL context doesn't include the ctx property anymore (it is now an empty object). The value is still passed to the context function. The context config option should now be passed at the top level instead of the apolloServer object. The enablePlayground and playgroundOptions config options were removed. You can now use Apollo Server plugins to configure the landing page. ApolloError and friends were removed so we also removed the Zakodium/Apollo/Errors re-export path. See https://www.apollographql.com/docs/apollo-server/migration/ for all details.

Code Refactoring