Skip to main content

classes

Reads a set of Class.

classes(
filter: ClassFilter
first: Int
offset: Int
orderBy: [ClassOrderBy!]
): [Class!]

Arguments

classes.filter ● ClassFilter input

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

classes.first ● Int scalar

Only read the first n values of the set.

classes.offset ● Int scalar

Skip the first n values.

classes.orderBy ● [ClassOrderBy!] list enum

The method to use when ordering Class.

Type

Class object