We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey everyone,
The error parameter sent to the formatError function (from the config of ApolloServer) is missing TypeScript definitions.
error
formatError
ApolloServer
The text was updated successfully, but these errors were encountered:
It seems possible that we need to specify a more specific type signature here:
apollo-server/packages/apollo-server-core/src/graphqlOptions.ts
Line 34 in b89de26
Thoughts?
Sorry, something went wrong.
This was closed in #2343.
Line 38 in ca8763e
No branches or pull requests
Hey everyone,
The
error
parameter sent to theformatError
function (from the config ofApolloServer
) is missing TypeScript definitions.The text was updated successfully, but these errors were encountered: