EmailInput
No description
input EmailInput {
clientMutationId: String
email: String!
}
Fields
EmailInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
EmailInput.email
● String!
non-null scalar
The email address to apply this operation to.
Member Of
createSecondaryEmail
mutation ● deleteSecondaryEmail
mutation ● resendSecondaryEmailCode
mutation ● updatePrimaryEmail
mutation