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