Skip to main content

IntegrationDeletePayload

Autogenerated return type of IntegrationDelete

type IntegrationDeletePayload {
clientMutationId: String
deletedIntegrationId: ID
errors: [UserError!]!
}

Fields

IntegrationDeletePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

IntegrationDeletePayload.deletedIntegrationId ● ID scalar common

The ID of the integration that was deleted.

IntegrationDeletePayload.errors ● [UserError!]! non-null object common

Errors related to user input

Returned by

integrationDelete mutation