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