INPUT_OBJECT

CreateTagRelationNoLeadBackrefInput

link GraphQL Schema definition

  • input CreateTagRelationNoLeadBackrefInput {
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance.
  • accountId: ID
  • # Relation to single entity instance.
  • contactId: ID
  • # Relation to single entity instance.
  • opptyId: ID
  • # Relation to single entity instance.
  • projectId: ID
  • # Relation to single entity instance.
  • tagId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }