OBJECT

WorkItem

Items used to capture pieces of work and materials.

link GraphQL Schema definition

  • type WorkItem {
  • # The unique ID.
  • id: Int!
  • # The unique code.
  • code: String!
  • # The name for the code.
  • label: String
  • }