operators
Returns a collection of Operators
operators(
distinct_on: [OperatorTP_select_column!]
limit: Int
offset: Int
order_by: [OperatorTP_order_by!]
where: OperatorTP_bool_exp
): [OperatorTP!]!
Arguments
operators.distinct_on ● [OperatorTP_select_column!] list enum
Return a distinct set of entities, defined by the given fields.
operators.limit ● Int scalar
Limits the number of objects returned.
operators.offset ● Int scalar
Start a the specified, zero-based array index. This is only useful in combination with order_by.
operators.order_by ● [OperatorTP_order_by!] list input
Sort the returned array by one or more fields of it's elements.
operators.where ● OperatorTP_bool_exp input
Filter the data by using a (nested) boolean expression.