INTERFACE

ScheduleInterface

link GraphQL Schema definition

  • interface ScheduleInterface {
  • date: DateTime
  • # 0 - 1439
  • timeOfDay: Int
  • # 1 = Monday, 7 = Sunday
  • dayOfWeek: [Int!]
  • # 1 - 31
  • dayOfMonth: [Int!]
  • }