headless-ecommerce icon indicating copy to clipboard operation
headless-ecommerce copied to clipboard

Unable to enable introspection in GraphQL

Open gnorb opened this issue 8 months ago • 2 comments

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.

gnorb avatar Aug 08 '25 07:08 gnorb