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