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