Skip to main content

DeleteEmailByNodeIdInput

All input for the deleteEmailByNodeId mutation.

input DeleteEmailByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteEmailByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteEmailByNodeId mutation