ENUM

TagType

link GraphQL Schema definition

  • enum TagType {
  • # Tags which can be applied to attachments.
  • attachment
  • # Tags which can be applied to clients.
  • client
  • # Tags which can be applied to contacts.
  • contact
  • # Tags which can be applied to documents.
  • document
  • # Tags which can be applied to invoices.
  • invoice
  • # Tags which can be applied to assets.
  • asset
  • # Tags which can be applied to orders.
  • order
  • # Tags which can be applied to projects.
  • project
  • # Tags which can be applied to suppliers.
  • supplier
  • # Tags which can be applied to users.
  • user
  • }