Skip to content

appointmentNumberPerDayOfMonth

Returns a json hash of the number of appointments in each day of the month. The month is the month that the passed day is in.

Arguments

date · String · If not provided, defaults to the current date

Returns

String

Example

query appointmentNumberPerDayOfMonth(
$date: String
$include_blockers: Boolean
) {
appointmentNumberPerDayOfMonth(
date: $date
include_blockers: $include_blockers
)
}