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
Returns
String
Example
query appointmentNumberPerDayOfMonth( $date: String $include_blockers: Boolean) { appointmentNumberPerDayOfMonth( date: $date include_blockers: $include_blockers )}