space
Read a single space by its ID. A space is a governance container — Personal (one-wallet) or DAO (community-governed).
space(
id: UUID!
): Space
Arguments
space.id ● UUID! non-null scalar
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:
- Query a Space's Metadata
- Page + Blocks of a Space — render the space's homepage
:::