appointmentNumberPerDayOfMonth
Returns a JSON object of the number of appointments in each day of the month. The month is the month that the passed day is in.
Arguments
include_blockers
· Boolean · When true, includes blocker appointments in the count Returns
String Example
query appointmentNumberPerDayOfMonth( $date: String $include_blockers: Boolean) { appointmentNumberPerDayOfMonth( date: $date include_blockers: $include_blockers )}