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
There now seems to be feature to pass custom formatter to the plugin, but it is not available for typescript because of apollo4.d.ts has not been updated. So hopefully the apollo 4 typescripts are also updated.
Right now the TS for createApollo4QueryValidationPlugin has an input param, but it really does not anymore.
export function createApollo4QueryValidationPlugin ( options: { schema?: GraphQLSchema } ) : ApolloServerPlugin;
should be
export function createApollo4QueryValidationPlugin () : ApolloServerPlugin;
The text was updated successfully, but these errors were encountered: