UpdateEmailByNodeIdInput
All input for the updateEmailByNodeId mutation.
input UpdateEmailByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: EmailPatch!
}
Fields
UpdateEmailByNodeIdInput.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.
UpdateEmailByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single Email to be updated.
UpdateEmailByNodeIdInput.patch ● EmailPatch! non-null input
An object where the defined keys will be set on the Email being updated.
Member Of
updateEmailByNodeId mutation