OBJECT

BigBoxDeliveryPreference

link GraphQL Schema definition

  • type BigBoxDeliveryPreference {
  • # The day of the week this preference should apply to
  • day: String
  • # Time slot within each day that this preference should apply to
  • time_slot: String
  • # The weight of this preference
  • weight: String!
  • }