OBJECT

HOLIDAY

link GraphQL Schema definition

  • type HOLIDAY {
  • # Date of the holiday
  • date: LocalDate
  • # Name of the holiday
  • name: String
  • }