spaces
Reads a set of Space.
spaces(
first: Int
offset: Int
orderBy: [SpacesOrderBy!]
condition: SpaceCondition
filter: SpaceFilter
): [Space!]
Arguments
spaces.first ● Int scalar
Only read the first n values of the set.
spaces.offset ● Int scalar
Skip the first n values.
spaces.orderBy ● [SpacesOrderBy!] list enum
The method to use when ordering Space.
spaces.condition ● SpaceCondition input
A condition to be used in determining which values should be returned by the collection.
spaces.filter ● SpaceFilter input
A filter to be used in determining which values should be returned by the collection.
Type
Space object
A governance container. Personal spaces are owned by one wallet; DAO spaces are member-governed via proposal/vote. Every entity is published into one or more spaces, and the space determines who can publish further edits and how votes are counted.
:::tip See also
Cookbook recipes that use this:
:::