Skip to main content

DeleteAccordDomainByNodeIdInput

All input for the deleteAccordDomainByNodeId mutation.

input DeleteAccordDomainByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

DeleteAccordDomainByNodeIdInput.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.

DeleteAccordDomainByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single AccordDomain to be deleted.

Member Of

deleteAccordDomainByNodeId mutation