Watcher
fetch data from the table: "Watcher"
Watcher(
distinct_on: [Watcher_select_column!]
limit: Int
offset: Int
order_by: [Watcher_order_by!]
where: Watcher_bool_exp
): [Watcher!]!
Arguments
Watcher.distinct_on ● [Watcher_select_column!] list enum
distinct select on columns
Watcher.limit ● Int scalar
limit the number of rows returned
Watcher.offset ● Int scalar
skip the first n rows. Use only with order_by
Watcher.order_by ● [Watcher_order_by!] list input
sort the rows by one or more columns
Watcher.where ● Watcher_bool_exp input
filter the rows returned
Type
Watcher object
columns and relationships of "Watcher"