Skip to content

timesForRange

deprecated use availableSlotsForRange.

Arguments

Returns

[String]

Example

query timesForRange(
$appt_loc_id: ID
$appt_type_id: ID
$endDate: ISO8601DateTime
$length: String
$startDate: ISO8601DateTime
) {
timesForRange(
appt_loc_id: $appt_loc_id
appt_type_id: $appt_type_id
endDate: $endDate
length: $length
startDate: $startDate
)
}