-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request