Skip to main content

serviceProvider_stream

fetch data from the table in a streaming manner: "serviceProvider"

serviceProvider_stream(
batch_size: Int!
cursor: [serviceProvider_stream_cursor_input]!
where: serviceProvider_bool_exp
): [serviceProvider!]!

Arguments

serviceProvider_stream.batch_size ● Int! non-null scalar

maximum number of rows returned in a single batch

serviceProvider_stream.cursor ● [serviceProvider_stream_cursor_input]! non-null input

cursor to stream the results returned by the query

serviceProvider_stream.where ● serviceProvider_bool_exp input

filter the rows returned

Type

serviceProvider object

columns and relationships of "serviceProvider"