providerAppointmentLocations
Fetch paginated provider appointment locations collection
Arguments
Returns
AppointmentLocationPaginationConnection Example
query providerAppointmentLocations( $provider_id: ID $after: String $before: String $first: Int $last: Int) { providerAppointmentLocations( provider_id: $provider_id after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}