CreateNextGenEmailInput
No description
input CreateNextGenEmailInput {
brand_kit_id: ID
folder_id: ID
name: String!
properties: JSON
schema_version: Int
type: String
}
Fields
CreateNextGenEmailInput.brand_kit_id ● ID scalar
CreateNextGenEmailInput.folder_id ● ID scalar
CreateNextGenEmailInput.name ● String! non-null scalar
CreateNextGenEmailInput.properties ● JSON scalar
CreateNextGenEmailInput.schema_version ● Int scalar
CreateNextGenEmailInput.type ● String scalar
Member Of
createNextGenEmail mutation


