INPUT_OBJECT
CreateEmailInput
link GraphQL Schema definition
- input CreateEmailInput {
 - : String
 - #   Last modification time.
 - : DateTime
 - #   Creation time.
 - : DateTime
 - #   Field containing json.
 - : JSONString
 - #   Html text input field.
 - : String
 - #   Multi-line text input field.
 - : String
 - #   Multi-line text input field.
 - : String
 - #   Relation to single entity instance.
 - : ID
 - #   Field whose values are strictly defined with an enumeration of values.
 - : ContentShareModeEnum
 - #   Simple text input field.
 - : String
 - #   Datetime information.
 - : DateTime
 - #   Field whose values are strictly defined with an enumeration of values.
 - : EmailDirectionEnum!
 - #       Generic field wrapping sqlalchemy column, configurable by constructor.
 - #     
 - #   Good for one-of fields / generated fields.
 - #     
 - : Int
 - #   Boolean value.
 - : Boolean
 - #       Generic field wrapping sqlalchemy column, configurable by constructor.
 - #     
 - #   Good for one-of fields / generated fields.
 - #     
 - : String
 - #   Relation to single entity instance.
 - : ID
 - #   Relation to single entity instance.
 - : ID
 - #   Field containing json.
 - : JSONString
 - #   Datetime information.
 - : DateTime
 - #   Multi-line text input field.
 - : String
 - #   Relation to single entity instance.
 - : ID
 - #   Relation to single entity instance.
 - : ID
 - #   Relation to single entity instance.
 - : ID
 - #   Field whose values are strictly defined with an enumeration of values.
 - : EmailSentimentEnum
 - #   Field whose values are strictly defined with an enumeration of values.
 - : ShareModeEnum
 - #   Name of the entity and its default text representation.
 - : String
 - #   Relation to single entity instance.
 - : ID
 - #       Generic field wrapping sqlalchemy column, configurable by constructor.
 - #     
 - #   Good for one-of fields / generated fields.
 - #     
 - : ID
 - #   Multi-line text input field.
 - : String
 - #   Field whose values are strictly defined with an enumeration of values.
 - : EmailTypeEnum
 - #       Generic field wrapping sqlalchemy column, configurable by constructor.
 - #     
 - #   Good for one-of fields / generated fields.
 - #     
 - : String!
 - #   Revision when entity was lastly changed.
 - : Int
 - #   Relations to SalesUnits.
 - : [CreateMessageSharingSalesUnitRelationNoMessageBackrefInput!]
 - #   Relations to Clients.
 - : [CreateMessageSharingClientRelationNoMessageBackrefInput!]
 - #   Relations to SalesUnits.
 - : [CreateEmailContentSharingSalesUnitRelationNoEmailBackrefInput!]
 - #   Relations to Clients.
 - : [CreateEmailContentSharingClientRelationNoEmailBackrefInput!]
 - #   Relations to Accounts.
 - : [CreateMessageRelationNoMessageBackrefInput!]
 - #   Relations to Contacts.
 - : [CreateMessageRelationNoMessageBackrefInput!]
 - #   Relations to Projects.
 - : [CreateMessageRelationNoMessageBackrefInput!]
 - #   Relations to CustomEntitys.
 - : [CreateMessageRelationNoMessageBackrefInput!]
 - #   Relations to Leads.
 - : [CreateMessageRelationNoMessageBackrefInput!]
 - #   Relations to Opportunitys.
 - : [CreateMessageRelationNoMessageBackrefInput!]
 - #   Relations to Quotes.
 - : [CreateMessageRelationNoMessageBackrefInput!]
 - #   Relations to Tags.
 - : [CreateTagRelationNoEmailBackrefInput!]
 - #   Relations to CloudObjects.
 - : [CreateCloudObjectRelationNoBackrefInput!]
 - }