proposals
Reads a set of Proposal.
proposals(
first: Int
offset: Int
orderBy: [ProposalsOrderBy!]
condition: ProposalCondition
filter: ProposalFilter
): [Proposal!]
Arguments
proposals.first ● Int scalar
Only read the first n values of the set.
proposals.offset ● Int scalar
Skip the first n values.
proposals.orderBy ● [ProposalsOrderBy!] list enum
The method to use when ordering Proposal.
proposals.condition ● ProposalCondition input
A condition to be used in determining which values should be returned by the collection.
proposals.filter ● ProposalFilter input
A filter to be used in determining which values should be returned by the collection.
Type
Proposal object
A governance object in a DAO space carrying an edit awaiting member approval. Proposals progress through propose → vote → tally → execute.
:::tip See also
Cookbook recipes that use this:
:::