INPUT_OBJECT

CreateOrUpdateTextMessageConversationRelationsInput

link GraphQL Schema definition

  • input CreateOrUpdateTextMessageConversationRelationsInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the linked account.
  • accountId: ID
  • # Id of the linked contact.
  • contactId: ID
  • # Id of the lead or opportunity the conversation is linked to, or empty when not
  • # linked.
  • leadOpptyId: ID
  • # Id of the linked project, or empty when not linked.
  • projectId: ID
  • # Id of the linked quote, or empty when not linked.
  • quoteId: ID
  • # Id of the conversation.
  • textMessageConversationId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by