Skip to main content

externalServiceRules

Reads a set of ExternalServiceRule.

externalServiceRules(
first: Int
offset: Int
orderBy: [ExternalServiceRulesOrderBy!]
condition: ExternalServiceRuleCondition
filter: ExternalServiceRuleFilter
): [ExternalServiceRule!]

Arguments

externalServiceRules.first ● Int scalar

Only read the first n values of the set.

externalServiceRules.offset ● Int scalar

Skip the first n values.

externalServiceRules.orderBy ● [ExternalServiceRulesOrderBy!] list enum

The method to use when ordering ExternalServiceRule.

externalServiceRules.condition ● ExternalServiceRuleCondition input

A condition to be used in determining which values should be returned by the collection.

externalServiceRules.filter ● ExternalServiceRuleFilter input

A filter to be used in determining which values should be returned by the collection.

Type

ExternalServiceRule object