patientInvite
fetch data from the table: "patientInvite"
patientInvite(
distinct_on: [patientInvite_select_column!]
limit: Int
offset: Int
order_by: [patientInvite_order_by!]
where: patientInvite_bool_exp
): [patientInvite!]!
Arguments
patientInvite.distinct_on ● [patientInvite_select_column!] list enum
distinct select on columns
patientInvite.limit ● Int scalar
limit the number of rows returned
patientInvite.offset ● Int scalar
skip the first n rows. Use only with order_by
patientInvite.order_by ● [patientInvite_order_by!] list input
sort the rows by one or more columns
patientInvite.where ● patientInvite_bool_exp input
filter the rows returned
Type
patientInvite object
columns and relationships of "patientInvite"