Skip to main content

proposalActions

Reads a set of ProposalAction.

proposalActions(
first: Int
offset: Int
orderBy: [ProposalActionsOrderBy!]
condition: ProposalActionCondition
filter: ProposalActionFilter
): [ProposalAction!]

Arguments

proposalActions.first ● Int scalar

Only read the first n values of the set.

proposalActions.offset ● Int scalar

Skip the first n values.

proposalActions.orderBy ● [ProposalActionsOrderBy!] list enum

The method to use when ordering ProposalAction.

proposalActions.condition ● ProposalActionCondition input

A condition to be used in determining which values should be returned by the collection.

proposalActions.filter ● ProposalActionFilter input

A filter to be used in determining which values should be returned by the collection.

Type

ProposalAction object

One chain-side action (membership add, membership remove, edit publish, etc.) bundled inside a proposal's execution payload.