OBJECT

Season

A season in-house work classification

link GraphQL Schema definition

  • type Season {
  • # The ID of the classification
  • id: Int!
  • # The name of the classification
  • name: String!
  • }