INPUT_OBJECT
The input object that defines the fields for the createIdentityProviderGoogle mutation.
input CreateIdentityProviderGoogleMutationInput {# The display name.display_name: String!# Whether or not this is enabled.enabled: Boolean!# The client ID for this identity provider.client_id: String!# The client secret for this identity provider.client_secret: String!}