Skip to content

Confirm GraphQL introspection defaults to enabled#11160

Closed
Copilot wants to merge 1 commit intofeat-graphql-introspectionfrom
copilot/sub-pr-11159
Closed

Confirm GraphQL introspection defaults to enabled#11160
Copilot wants to merge 1 commit intofeat-graphql-introspectionfrom
copilot/sub-pr-11159

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 19, 2026

Addresses review feedback on #11159 requesting that GraphQL introspection should default to enabled rather than disabled.

Changes

Verified the implementation correctly defaults to enabled across all configuration points:

  • Runtime behavior (app/controllers/api/graphql.php:227): System::getEnv('_APP_GRAPHQL_INTROSPECTION', 'enabled') - second parameter provides fallback when env var is unset
  • Development config (.env:109): _APP_GRAPHQL_INTROSPECTION=enabled
  • Variable definition (app/config/variables.php:1292): 'default' => 'enabled'

Introspection is enabled by default. Only disabled when explicitly set to 'disabled'.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI mentioned this pull request Jan 19, 2026
2 tasks
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Jan 19, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI changed the title [WIP] Address feedback on default enabled setting for introspection flag Confirm GraphQL introspection defaults to enabled Jan 19, 2026
Copilot AI requested a review from abnegate January 19, 2026 08:13
@abnegate abnegate closed this Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants