Skip to main content

sessions

Reads a set of Session.

sessions(
first: Int
offset: Int
orderBy: [SessionsOrderBy!]
condition: SessionCondition
filter: SessionFilter
): [Session!]

Arguments

sessions.first ● Int scalar

Only read the first n values of the set.

sessions.offset ● Int scalar

Skip the first n values.

sessions.orderBy ● [SessionsOrderBy!] list enum

The method to use when ordering Session.

sessions.condition ● SessionCondition input

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

sessions.filter ● SessionFilter input

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

Type

Session object