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