ENUM

AutocompleteType

link GraphQL Schema definition

  • enum AutocompleteType {
  • # Search for activities.
  • activity
  • # Search for assets.
  • asset
  • # Search for clients.
  • client
  • # Search for competencies.
  • competency
  • # Search for contacts.
  • contact
  • # Search for digital docket templates.
  • digital_docket_template
  • # Search for inductions.
  • induction
  • # Search for leave request types
  • leaveType
  • # Search for projects on a client.
  • project
  • # Search for suppliers.
  • supplier
  • # Search for tasks on a client.
  • task
  • # Search for task groups.
  • task_group
  • # Search for users.
  • user
  • }