MarketDay
No description
type MarketDay {
hours: MarketHours!
id: DateString!
open: Boolean!
}
Fields
MarketDay.hours ● MarketHours! non-null object
The hours the market is open on this day, along with state.
MarketDay.id ● DateString! non-null scalar
The market day, YYYY-MM-DD
MarketDay.open ● Boolean! non-null scalar
Whether the market is open on this day. False for holidays and weekends.
Member of
MarketDayPayload object