Skip to main content

sites

Reads a set of Site.

sites(
filter: SiteFilter
first: Int
offset: Int
orderBy: [SiteOrderBy!]
): [Site!]

Arguments

sites.filter ● SiteFilter input

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

sites.first ● Int scalar

Only read the first n values of the set.

sites.offset ● Int scalar

Skip the first n values.

sites.orderBy ● [SiteOrderBy!] list enum

The method to use when ordering Site.

Type

Site object