OBJECT

EntityTypeSettings

link GraphQL Schema definition

  • type EntityTypeSettings {
  • # Task type ids that may be linked to records of this entity type. Empty or null
  • # allows all task types.
  • allowedTaskTypeIds: [ID!]
  • # Appointment type ids that may be linked to records of this entity type. Empty or
  • # null allows all appointment types.
  • allowedAppointmentTypeIds: [ID!]
  • }