Skip to main content

IntegrationPayload

No description

type IntegrationPayload {
successful: Boolean!
messages: [ValidationMessage]
result: IntegrationConfig
}

Fields

IntegrationPayload.successful ● Boolean! non-null scalar

Indicates if the mutation completed successfully or not.

IntegrationPayload.messages ● [ValidationMessage] list object

A list of failed validations. May be blank or null if mutation succeeded.

IntegrationPayload.result ● IntegrationConfig object

The object created/updated/deleted by the mutation. May be null if mutation failed.

Returned By

deleteIntegration mutation ● disableIntegration mutation