OBJECT

BigBoxDelivery

link GraphQL Schema definition

  • type BigBoxDelivery {
  • # The timestamp of when bigbox services were last updated. A timestamp in
  • # ISO 8601 Instant format, eg: 2022-02-02T14:59:40.460Z. You can use this to
  • # decide if it needs
  • # refreshing, and call the refreshbigbox mutation to actually do so.
  • timestamp: String!
  • all_day_only: Boolean!
  • # The available slot types
  • slot_types: [BigBoxDeliverySlotType]!
  • # The available slots, referencing the slot types
  • slots: [BigBoxDeliverySlot]!
  • }