Skip to content
New issue

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

feat: add configurable introspection to apollo server #8800

Open
3 tasks done
Moumouls opened this issue Nov 4, 2023 · 1 comment
Open
3 tasks done

feat: add configurable introspection to apollo server #8800

Moumouls opened this issue Nov 4, 2023 · 1 comment
Labels
type:feature New feature or improvement of existing feature

Comments

@Moumouls
Copy link
Member

Moumouls commented Nov 4, 2023

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

graphQLApolloServerOptions: {
   introspection: false,
   // Other apollo options or plugin, like depth limiting
}

Alternatives / Workarounds

None

3rd Party References

Copy link

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants