Skip to content

Unable to enable introspection in GraphQL #539

@gnorb

Description

@gnorb

Description:
We are unable to enable GraphQL introspection.
Regardless of whether we set disable_introspection to 0 or false in the config or in the environment variables, nothing changes — introspection is still disabled. This applies both in Postman and in the GraphiQL interface.

Steps to Reproduce:
Set disable_introspection=0 (or false) in config or .env.

Restart the service.

Try running an introspection query in Postman or open the /graphiql endpoint.

Expected Behavior:
Introspection should be enabled when disable_introspection is 0 or false.

Actual Behavior:
Introspection remains disabled regardless of the disable_introspection setting.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions