ENUM

ProjectWorkItem_WhereGroup_Fields

Where group options for ProjectWorkItem. Matches when any field in the array is met

link GraphQL Schema definition

  • enum ProjectWorkItem_WhereGroup_Fields {
  • # Whether the work item code has been disabled for the project
  • is_active
  • # Unique project ID.
  • project_id
  • # The name for the code.
  • label
  • # The unique code.
  • code
  • }