CreateEmailConsentTypeInput
CreateEmailConsentTypeInput is used for create EmailConsentType object. Input was generated by ent.
input CreateEmailConsentTypeInput {
name: String!
description: String
type: EmailConsentTypeType!
required: Boolean
}
Fields
CreateEmailConsentTypeInput.name ● String! non-null scalar
CreateEmailConsentTypeInput.description ● String scalar
CreateEmailConsentTypeInput.type ● EmailConsentTypeType! non-null enum
CreateEmailConsentTypeInput.required ● Boolean scalar
Member Of
createEmailConsentType mutation