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
The type for formatResponse option is wrongly mentioned as Function though it is declared differently as (response: GraphQLResponse | null, requestContext: GraphQLRequestContext<TContext>) => GraphQLResponse in the code.
The type for
formatResponse
option is wrongly mentioned asFunction
though it is declared differently as(response: GraphQLResponse | null, requestContext: GraphQLRequestContext<TContext>) => GraphQLResponse
in the code.Docs Reference: https://github.com/apollographql/apollo-server/blob/master/docs/source/api/apollo-server.md#parameters
Code Reference:
apollo-server/packages/apollo-server-core/src/graphqlOptions.ts
Line 48 in 8059326
(Note: This change was actually introduced in this commit.)
The text was updated successfully, but these errors were encountered: