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
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
3rd Party References
The text was updated successfully, but these errors were encountered:
New Feature / Enhancement Checklist
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
Alternatives / Workarounds
None
3rd Party References
The text was updated successfully, but these errors were encountered: