INPUT_OBJECT
CreateTextMessageConversationRelationsInput
link GraphQL Schema definition
- input CreateTextMessageConversationRelationsInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the linked account.
- : ID
- # Id of the linked contact.
- : ID
- # Id of the lead or opportunity the conversation is linked to, or empty when not
- # linked.
- : ID
- # Id of the linked project, or empty when not linked.
- : ID
- # Id of the linked quote, or empty when not linked.
- : ID
- # Id of the conversation.
- : ID!
- # Revision when entity was lastly changed.
- : Int
- }