INPUT_OBJECT

WorkItemCreate

Items used to capture pieces of work and materials.

link GraphQL Schema definition

  • input WorkItemCreate {
  • # The unique code.
  • code: String!
  • # The name for the code.
  • label: String
  • }