You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.