Skip to main content

customViews

Reads a set of CustomView.

customViews(
first: Int
offset: Int
orderBy: [CustomViewsOrderBy!]
condition: CustomViewCondition
filter: CustomViewFilter
): [CustomView!]

Arguments

customViews.first ● Int scalar

Only read the first n values of the set.

customViews.offset ● Int scalar

Skip the first n values.

customViews.orderBy ● [CustomViewsOrderBy!] list enum

The method to use when ordering CustomView.

customViews.condition ● CustomViewCondition input

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

customViews.filter ● CustomViewFilter input

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

Type

CustomView object