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