CreateOrUpdateSamlIntegrationInput
Autogenerated input type of CreateOrUpdateSamlIntegration
input CreateOrUpdateSamlIntegrationInput {
clientMutationId: String
input: SamlIntegrationInput!
}
Fields
CreateOrUpdateSamlIntegrationInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateSamlIntegrationInput.input
● SamlIntegrationInput!
non-null input
Member Of
createOrUpdateSamlIntegration
mutation