patientAddress_stream
fetch data from the table in a streaming manner: "patientAddress"
patientAddress_stream(
batch_size: Int!
cursor: [patientAddress_stream_cursor_input]!
where: patientAddress_bool_exp
): [patientAddress!]!
Arguments
patientAddress_stream.batch_size ● Int! non-null scalar
maximum number of rows returned in a single batch
patientAddress_stream.cursor ● [patientAddress_stream_cursor_input]! non-null input
cursor to stream the results returned by the query
patientAddress_stream.where ● patientAddress_bool_exp input
filter the rows returned
Type
patientAddress object
columns and relationships of "patientAddress"