Skip to main content

rules

Lists all rules in the organization.

rules(
after: String
before: String
filter: RuleFilter
first: Int
last: Int
orderBy: RuleOrder
): RuleConnection

Arguments

rules.after ● String scalar common

Returns the elements in the list that come after the specified cursor.

rules.before ● String scalar common

Returns the elements in the list that come before the specified cursor.

rules.filter ● RuleFilter input common

The fields by which to filter the results.

rules.first ● Int scalar common

Returns the first n elements from the list.

rules.last ● Int scalar common

Returns the last n elements from the list.

rules.orderBy ● RuleOrder input common

The field and direction by which to order the results.

Type

RuleConnection object common

The connection type for Rule.