INPUT_OBJECT
CreateTagRelationNoProjectBackrefInput
link GraphQL Schema definition
- input CreateTagRelationNoProjectBackrefInput {
- # 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 email.
- : ID
- # Id of the linked lead.
- : ID
- # Id of the linked opportunity.
- : ID
- # Id of the linked sales process.
- : ID
- # Id of the tag.
- : ID!
- # Id of the linked task.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }