CloneEmailInput
No description
input CloneEmailInput {
id: ID!
name: String!
}
Fields
CloneEmailInput.id
● ID!
non-null scalar
The ID of the Email to clone.
CloneEmailInput.name
● String!
non-null scalar
The name of the new Email that will be created.
Member Of
cloneEmail
mutation