INPUT_OBJECT

CreateOrUpdateTagRelationInput

link GraphQL Schema definition

  • input CreateOrUpdateTagRelationInput {
  • # 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).
  • 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 appointment.
  • appointmentId: ID
  • # Id of the linked contact.
  • contactId: ID
  • # Id of the linked custom entity record.
  • customEntityId: ID
  • # Id of the linked email.
  • emailId: ID
  • # Id of the linked lead.
  • leadId: ID
  • # Id of the linked opportunity.
  • opptyId: ID
  • # Id of the linked sales process.
  • processId: ID
  • # Id of the linked project.
  • projectId: ID
  • # Id of the linked quote.
  • quoteId: ID
  • # Id of the tag.
  • tagId: ID
  • # Id of the linked task.
  • taskId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by