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