OBJECT

BigBoxDeliverySlotType

link GraphQL Schema definition

  • type BigBoxDeliverySlotType {
  • # The slot code
  • code: String!
  • # Descriptive text
  • description: String
  • # Start time (HH:MM)
  • start: String!
  • }