Skip to main content

subspace

Read a single subspace relationship by ID. Subspaces let one space appear nested inside another for navigation.

subspace(
parentSpaceId: UUID!
childSpaceId: UUID!
): Subspace

Arguments

subspace.parentSpaceId ● UUID! non-null scalar

subspace.childSpaceId ● UUID! non-null scalar

Type

Subspace object

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