INPUT_OBJECT
The input object that defines the fields for the updateAuthProvider mutation.
input UpdateAuthProviderMutationInput {# A descriptive name.name: String# Whether or not this is enabled.enabled: Boolean}