Skip to content

availabilitiesCount

Number of availabilities

Arguments

appointment_location_id · String · The ID of the appointment location
appointment_type_id · String · The ID of the appointment type
endDate · String · The end date for the query range
is_org · Boolean · When true, fetches organization-level availability
provider_id · ID · The ID of the provider
startDate · String · The start date for the query range

Returns

Int

Example

query availabilitiesCount(
$appointment_location_id: String
$appointment_type_id: String
$endDate: String
$is_org: Boolean
$provider_id: ID
$startDate: String
) {
availabilitiesCount(
appointment_location_id: $appointment_location_id
appointment_type_id: $appointment_type_id
endDate: $endDate
is_org: $is_org
provider_id: $provider_id
startDate: $startDate
)
}