Skip to main content

siteSurfaces

Reads a set of SiteSurface.

siteSurfaces(
filter: SiteSurfaceFilter
first: Int
offset: Int
orderBy: [SiteSurfaceOrderBy!]
): [SiteSurface!]

Arguments

siteSurfaces.filter ● SiteSurfaceFilter input

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

siteSurfaces.first ● Int scalar

Only read the first n values of the set.

siteSurfaces.offset ● Int scalar

Skip the first n values.

siteSurfaces.orderBy ● [SiteSurfaceOrderBy!] list enum

The method to use when ordering SiteSurface.

Type

SiteSurface object