IntegrationDeleteByProviderPayload
Autogenerated return type of IntegrationDeleteByProvider
type IntegrationDeleteByProviderPayload {
clientMutationId: String
deletedIntegrationIds: [ID!]
errors: [UserError!]!
}
Fields
IntegrationDeleteByProviderPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
IntegrationDeleteByProviderPayload.deletedIntegrationIds ● [ID!] list scalar common
The IDs of the integrations that were deleted.
IntegrationDeleteByProviderPayload.errors ● [UserError!]! non-null object common
Errors related to user input
Returned by
integrationDeleteByProvider mutation