INPUT_OBJECT
UpdateTagRelationInput
link GraphQL Schema definition
- input UpdateTagRelationInput {
- # 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
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the linked account.
- : ID
- # Id of the linked appointment.
- : ID
- # Id of the linked contact.
- : ID
- # Id of the linked custom entity record.
- : ID
- # Id of the linked email.
- : ID
- # Id of the linked lead.
- : ID
- # Id of the linked opportunity.
- : ID
- # Id of the linked sales process.
- : ID
- # Id of the linked project.
- : ID
- # Id of the linked quote.
- : ID
- # Id of the tag.
- : ID
- # Id of the linked task.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }