rules
Reads a set of Rule.
rules(
first: Int
offset: Int
orderBy: [RulesOrderBy!]
condition: RuleCondition
filter: RuleFilter
): [Rule!]
Arguments
rules.first ● Int scalar
Only read the first n values of the set.
rules.offset ● Int scalar
Skip the first n values.
rules.orderBy ● [RulesOrderBy!] list enum
The method to use when ordering Rule.
rules.condition ● RuleCondition input
A condition to be used in determining which values should be returned by the collection.
rules.filter ● RuleFilter input
A filter to be used in determining which values should be returned by the collection.