Skip to main content

SubspaceCondition

A condition to be used against Subspace object types. All fields are tested for equality and combined with a logical ‘and.’

input SubspaceCondition {
parentSpaceId: UUID
childSpaceId: UUID
}

Fields

SubspaceCondition.parentSpaceId ● UUID scalar

Checks for equality with the object’s parentSpaceId field.

SubspaceCondition.childSpaceId ● UUID scalar

Checks for equality with the object’s childSpaceId field.

Member Of

subspaces query ● subspacesConnection query