searchPatients
execute function "searchPatients" which returns "patient"
searchPatients(
args: searchPatients_args!
distinct_on: [patient_select_column!]
limit: Int
offset: Int
order_by: [patient_order_by!]
where: patient_bool_exp
): [patient!]!
Arguments
searchPatients.args ● searchPatients_args! non-null input
input parameters for function "searchPatients"
searchPatients.distinct_on ● [patient_select_column!] list enum
distinct select on columns
searchPatients.limit ● Int scalar
limit the number of rows returned
searchPatients.offset ● Int scalar
skip the first n rows. Use only with order_by
searchPatients.order_by ● [patient_order_by!] list input
sort the rows by one or more columns
searchPatients.where ● patient_bool_exp input
filter the rows returned
Type
patient object
columns and relationships of "patient"