proposalByNodeId
Reads a single Proposal using its globally unique ID.
proposalByNodeId(
nodeId: ID!
): Proposal
Arguments
proposalByNodeId.nodeId ● ID! non-null scalar
The globally unique ID to be used in selecting a single Proposal.
Type
Proposal object
A governance object in a DAO space carrying an edit awaiting member approval. Proposals progress through propose → vote → tally → execute.