INPUT_OBJECT
UpdateEmailTemplateInput
link GraphQL Schema definition
- input UpdateEmailTemplateInput {
- String :
- # Unique identifier of entity.
- ID! :
- # 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 :
- # Field whose values are strictly defined with an enumeration of values.
- ShareModeEnum :
- # 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!] : [
- }