INPUT_OBJECT

UpdateAuthProviderMutationInput

The input object that defines the fields for the updateAuthProvider mutation.

link GraphQL Schema definition

  • input UpdateAuthProviderMutationInput {
  • # A descriptive name.
  • name: String
  • # Whether or not this is enabled.
  • enabled: Boolean
  • }

link Require by