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
extensions:ExtensionObject.schema?: GraphQLSchema got replaced by ExtensionObject.typeDefs?: TypeSource.
extensions:ExtensionObject.resolvers?: any is now ExtensionObject.resolvers?: IResolvers. This shouldn't cause any breaking changes for working extensions, but narrows the type to only valid resolver functions, meaning invalid extensions could break from this change.
Features
extensions: ✨ Make onRemove callback function optional in ExtensionObject (ad1e44d)
Bug Fixes
extensions: 💥 Fix ExtensionObject.resolvers type (977d710)
extensions: 💥 Rename ExtensionObject.schema to ExtensionObject.typeDefs (977d710)