Skip to main content

externalServices

Reads a set of ExternalService.

externalServices(
first: Int
offset: Int
orderBy: [ExternalServicesOrderBy!]
condition: ExternalServiceCondition
filter: ExternalServiceFilter
): [ExternalService!]

Arguments

externalServices.first ● Int scalar

Only read the first n values of the set.

externalServices.offset ● Int scalar

Skip the first n values.

externalServices.orderBy ● [ExternalServicesOrderBy!] list enum

The method to use when ordering ExternalService.

externalServices.condition ● ExternalServiceCondition input

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

externalServices.filter ● ExternalServiceFilter input

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

Type

ExternalService object