Skip to content

Disable introspection #255

@jpmermoz

Description

@jpmermoz

Is there a way to disable public introspection when mounting the schema using mount_graphql_devise_for ?
I've tried this way but its still enabled:

mount_graphql_devise_for(
    User,
    {
      at: "auth",
      additional_mutations: {
        sso_login: Mutations::SsoLogin,
        user_login: Mutations::Login
      },
      public_introspection: false
    }
  )

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions