INPUT_OBJECT

WorkItemUpdate

Items used to capture pieces of work and materials.

link GraphQL Schema definition

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