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