headless-ecommerce
headless-ecommerce copied to clipboard
Unable to enable introspection in GraphQL
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.