Open
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
Introspection on the GraphQL API is not configurable
Feature / Enhancement Description
Add an graphQLIntrospection boolean option
But i think it's a better idea to just expose a field like "graphQLApolloServerOptions" to let the developper to fully customize the apollo server
Example Use Case
graphQLApolloServerOptions: {
introspection: false,
// Other apollo options or plugin, like depth limiting
}
Alternatives / Workarounds
None