externalServiceRulesConnection
Reads and enables pagination through a set of ExternalServiceRule.
externalServiceRulesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ExternalServiceRulesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ExternalServiceRuleCondition
filter: ExternalServiceRuleFilter
): ExternalServiceRulesConnection
Arguments
externalServiceRulesConnection.first ● Int scalar
Only read the first n values of the set.
externalServiceRulesConnection.last ● Int scalar
Only read the last n values of the set.
externalServiceRulesConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
externalServiceRulesConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
externalServiceRulesConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
externalServiceRulesConnection.orderBy ● [ExternalServiceRulesOrderBy!] list enum
The method to use when ordering ExternalServiceRule.
externalServiceRulesConnection.condition ● ExternalServiceRuleCondition input
A condition to be used in determining which values should be returned by the collection.
externalServiceRulesConnection.filter ● ExternalServiceRuleFilter input
A filter to be used in determining which values should be returned by the collection.
Type
ExternalServiceRulesConnection object
A connection to a list of ExternalServiceRule values.