Skip to main content

services

List of services

services(
after: String
before: String
createdAt: DateTimeRange
filters: ServiceIndexFilterInput
first: Int
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
updatedAt: DateTimeRange
): ServiceTypeConnection

Arguments

services.after ● String scalar

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

services.before ● String scalar

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

services.createdAt ● DateTimeRange input

Filter by created at

services.filters ● ServiceIndexFilterInput input

Filters

services.first ● Int scalar

Returns the first _n_ elements from the list.

services.last ● Int scalar

Returns the last _n_ elements from the list.

services.sort ● [Sort!] list input

Sort result

services.updatedAt ● DateTimeRange input

Filter by updated at

Type

ServiceTypeConnection object

The connection type for ServiceType.