Skip to main content

summaries

Reads a set of Summary.

summaries(
first: Int
offset: Int
orderBy: [SummariesOrderBy!]
condition: SummaryCondition
filter: SummaryFilter
): [Summary!]

Arguments

summaries.first ● Int scalar

Only read the first n values of the set.

summaries.offset ● Int scalar

Skip the first n values.

summaries.orderBy ● [SummariesOrderBy!] list enum

The method to use when ordering Summary.

summaries.condition ● SummaryCondition input

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

summaries.filter ● SummaryFilter input

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

Type

Summary object