CreateSamlIntegrationPayload
Autogenerated return type of CreateSamlIntegration
type CreateSamlIntegrationPayload {
clientMutationId: String
errors: [String!]
integration: SamlIntegration!
}
Fields
CreateSamlIntegrationPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateSamlIntegrationPayload.errors
● [String!]
list scalar
CreateSamlIntegrationPayload.integration
● SamlIntegration!
non-null object
Returned By
createSamlIntegration
mutation