DeleteSlackIntegrationPayload
Autogenerated return type of DeleteSlackIntegration
type DeleteSlackIntegrationPayload {
clientMutationId: String
deleted: Boolean!
}
Fields
DeleteSlackIntegrationPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteSlackIntegrationPayload.deleted
● Boolean!
non-null scalar
Returned By
deleteSlackIntegration
mutation