Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation on how to disable introspection #274

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nicastelo
Copy link

@nicastelo nicastelo commented Jul 23, 2024

Hi! I wanted to disable introspection but all I found in the docs was how to put it behind authentication. I found you can completely disable it by doing GraphqlDevise::Schema.disable_introspection_entry_points, so I added some documentation about it. Hope this is something you want to document.

Changes Made

  • Added a new section, Disable Introspection, explaining how to completely disable introspection entry points using the disable_introspection_entry_points method.
  • Updated the Introspection query section to include a reference to the new Disable Introspection section for users who want to completely disable introspection queries.

Add documentation on how to disable introspection
@nicastelo nicastelo changed the title Documentation on how to disable introspection docs Documentation on how to disable introspection Jul 23, 2024
@mcelicalderon
Copy link
Member

Hey, @nicastelo! Thank you for your contribution. We need to look into compatibility for graphql versions, but I don't see a reason why we shouldn't add guidance like this. I'll look into this tomorrow

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