appointmentRequests
Fetch a collection of appointment requests for a provider or organization
Arguments
Returns
AppointmentRequestTypeConnection
Example
query appointmentRequests( $order_by: AppointmentRequestOrderKeys $with_org: Boolean $after: String $before: String $first: Int $last: Int) { appointmentRequests( order_by: $order_by with_org: $with_org after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}