patients
This query fetches a collection of patients that match the supplied search criteria.
patients(
search: String
pagination: Pagination
options: QueryOptions
): PatientData
Arguments
patients.search ● String scalar
patients.pagination ● Pagination input
patients.options ● QueryOptions input
Type
PatientData object
A collection of patient data and how this data are paginated.