DeleteAccordContactByNodeIdInput
All input for the deleteAccordContactByNodeId mutation.
input DeleteAccordContactByNodeIdInput {
clientMutationId: String
nodeId: ID!
}
Fields
DeleteAccordContactByNodeIdInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
DeleteAccordContactByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single AccordContact to be deleted.
Member Of
deleteAccordContactByNodeId mutation