Skip to main content

subspaces

Reads a set of Subspace.

subspaces(
first: Int
offset: Int
orderBy: [SubspacesOrderBy!]
condition: SubspaceCondition
filter: SubspaceFilter
): [Subspace!]

Arguments

subspaces.first ● Int scalar

Only read the first n values of the set.

subspaces.offset ● Int scalar

Skip the first n values.

subspaces.orderBy ● [SubspacesOrderBy!] list enum

The method to use when ordering Subspace.

subspaces.condition ● SubspaceCondition input

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

subspaces.filter ● SubspaceFilter input

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

Type

Subspace object

A parent-child relationship between two spaces. Lets one space surface another's content as a nested view.