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