INPUT_OBJECT
CreateEmailTemplateInput
link GraphQL Schema definition
- input CreateEmailTemplateInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Html text input field.
- : String
- # Relation to single entity instance.
- : ID
- # Name of the entity and its default text representation.
- : String!
- # Relation to single entity instance.
- : ID!
- # List of integers.
- : [Int!]
- # Field whose values are strictly defined with an enumeration of values.
- : ShareModeEnum
- # Boolean value.
- : Boolean
- # Form definition in json format.
- : JSONString
- # String value.
- : String!
- # Field whose values are strictly defined with an enumeration of values.
- : EmailTemplateTypeEnum!
- # Revision when entity was lastly changed.
- : Int
- # Relations to SalesUnits.
- : [CreateEmailTemplateSharingSalesUnitRelationNoEmailTemplateBackrefInput!]
- # Relations to Clients.
- : [CreateEmailTemplateSharingClientRelationNoEmailTemplateBackrefInput!]
- # Relations to CloudObjects.
- : [CreateCloudObjectRelationNoBackrefInput!]
- }