Subspace
A parent-child relationship between two spaces. Lets one space surface another's content as a nested view.
type Subspace implements Node {
nodeId: ID!
parentSpaceId: UUID!
childSpaceId: UUID!
}
Fields
Subspace.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
Subspace.parentSpaceId ● UUID! non-null scalar
Subspace.childSpaceId ● UUID! non-null scalar
Interfaces
Node interface
An object with a globally unique ID.
Returned By
subspace query ● subspaceByNodeId query ● subspaces query
Member Of
SubspacesConnection object ● SubspacesEdge object