Skip to main content

patient

fetch data from the table: "patient"

patient(
distinct_on: [patient_select_column!]
limit: Int
offset: Int
order_by: [patient_order_by!]
where: patient_bool_exp
): [patient!]!

Arguments

patient.distinct_on ● [patient_select_column!] list enum

distinct select on columns

patient.limit ● Int scalar

limit the number of rows returned

patient.offset ● Int scalar

skip the first n rows. Use only with order_by

patient.order_by ● [patient_order_by!] list input

sort the rows by one or more columns

patient.where ● patient_bool_exp input

filter the rows returned

Type

patient object

columns and relationships of "patient"