DailyOpenHours

The DailyOpenHours type represents the period of day during which an HCO is open for services in objects of the following types:

WeeklyOpenHours (Activity API 1.0)

Workplace and WorkplaceSuggestionFragment (Activity API 2.0)

Schema

 

 

type DailyOpenHours {

  day: Day

  openPeriods: OpenPeriod!

}

 

 

Field

Type

Description

day

Day

Day of the week.

openPeriods

OpenPeriod!

Open period.

 

 

 

Availability

HealthCare Locator SDK 1.0 and higher

GraphQL Activity API 1.0 and Activity API 2.0