OBJECT

ShiftChoice

link GraphQL Schema definition

  • type ShiftChoice {
  • # Date of this shift
  • date: String
  • # Time when this shift ends
  • endTime: String
  • # External id for this shift
  • externalId: String
  • # Id for this shift
  • id: Int
  • # Name of this shift
  • name: String
  • # Notes for this shift
  • notes: String
  • # Time when this shift starts
  • startTime: String
  • # Number of volunteers needed for this shift
  • volNeeded: Int
  • }