INPUT_OBJECT
CreateOnlineFormTypeEmailRelationInput
link GraphQL Schema definition
- input CreateOnlineFormTypeEmailRelationInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the linked account.
- : ID
- # Id of the linked contact.
- : ID
- # Id of the linked custom entity record.
- : ID
- # Id of the email message.
- : ID!
- # Id of the linked lead or opportunity, or empty when not linked.
- : ID
- # Id of the online form.
- : ID!
- # Id of the linked quote.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }