Skip to main content

ContactDeletePayload

Autogenerated return type of ContactDelete

type ContactDeletePayload {
clientMutationId: String
deletedContactId: ID
errors: [UserError!]!
}

Fields

ContactDeletePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ContactDeletePayload.deletedContactId ● ID scalar common

The ID of the deleted contact.

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

Errors related to user input

Returned by

contactDelete mutation