ContactDeleteInput
Autogenerated input type of ContactDelete
input ContactDeleteInput {
clientMutationId: String
contactId: ID!
}
Fields
ContactDeleteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ContactDeleteInput.contactId ● ID! non-null scalar common
The ID of the contact to delete.
Member of
contactDelete mutation