Skip to main content

UpdateEmailInput

All input for the updateEmail mutation.

input UpdateEmailInput {
clientMutationId: String
patch: EmailPatch!
id: String!
}

Fields

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

UpdateEmailInput.patch ● EmailPatch! non-null input

An object where the defined keys will be set on the Email being updated.

UpdateEmailInput.id ● String! non-null scalar

Member Of

updateEmail mutation