Skip to content

feat: add configurable introspection to apollo server #8800

Open
@Moumouls

Description

@Moumouls

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions