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.
- : String!
- : Boolean!
- # The available slot types
- : [BigBoxDeliverySlotType]!
- # The available slots, referencing the slot types
- : [BigBoxDeliverySlot]!
- }