OBJECT

EntitySubtypeItem

link GraphQL Schema definition

  • type EntitySubtypeItem {
  • # Subtype of the box entity to include, such as Task, Appointment, Email, Lead,
  • # Opportunity or Quote.
  • kind: EntitySubtypeKind!
  • # Identifiers of the activity or form templates that further restrict which
  • # records of this subtype are included.
  • formId: [ID!]
  • }