CreateEmailInput
All input for the create Email mutation.
input CreateEmailInput {
clientMutationId: String
email: EmailInput!
}
Fields
CreateEmailInput.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.
CreateEmailInput.email ● EmailInput! non-null input
The Email to be created by this mutation.
Member Of
createEmail mutation