Skip to main content

ProposalActionsOrderBy

Methods to use when ordering ProposalAction.

enum ProposalActionsOrderBy {
NATURAL
ID_ASC
ID_DESC
PROPOSAL_ID_ASC
PROPOSAL_ID_DESC
ACTION_TYPE_ASC
ACTION_TYPE_DESC
TARGET_ID_ASC
TARGET_ID_DESC
CONTENT_URI_ASC
CONTENT_URI_DESC
METADATA_ASC
METADATA_DESC
CONTENT_ID_ASC
CONTENT_ID_DESC
QUORUM_ASC
QUORUM_DESC
FAST_THRESHOLD_ASC
FAST_THRESHOLD_DESC
SLOW_THRESHOLD_ASC
SLOW_THRESHOLD_DESC
DURATION_ASC
DURATION_DESC
PRIMARY_KEY_ASC
PRIMARY_KEY_DESC
}

Values

ProposalActionsOrderBy.NATURAL

No explicit ordering; results return in the database's natural order. Avoid for paginated queries — use a deterministic order instead.

ProposalActionsOrderBy.ID_ASC

Order results by id ascending.

ProposalActionsOrderBy.ID_DESC

Order results by id descending.

ProposalActionsOrderBy.PROPOSAL_ID_ASC

Order results by proposal id ascending.

ProposalActionsOrderBy.PROPOSAL_ID_DESC

Order results by proposal id descending.

ProposalActionsOrderBy.ACTION_TYPE_ASC

Order results by action type ascending.

ProposalActionsOrderBy.ACTION_TYPE_DESC

Order results by action type descending.

ProposalActionsOrderBy.TARGET_ID_ASC

Order results by target id ascending.

ProposalActionsOrderBy.TARGET_ID_DESC

Order results by target id descending.

ProposalActionsOrderBy.CONTENT_URI_ASC

Order results by content uri ascending.

ProposalActionsOrderBy.CONTENT_URI_DESC

Order results by content uri descending.

ProposalActionsOrderBy.METADATA_ASC

Order results by metadata ascending.

ProposalActionsOrderBy.METADATA_DESC

Order results by metadata descending.

ProposalActionsOrderBy.CONTENT_ID_ASC

Order results by content id ascending.

ProposalActionsOrderBy.CONTENT_ID_DESC

Order results by content id descending.

ProposalActionsOrderBy.QUORUM_ASC

Order results by quorum ascending.

ProposalActionsOrderBy.QUORUM_DESC

Order results by quorum descending.

ProposalActionsOrderBy.FAST_THRESHOLD_ASC

Order results by fast threshold ascending.

ProposalActionsOrderBy.FAST_THRESHOLD_DESC

Order results by fast threshold descending.

ProposalActionsOrderBy.SLOW_THRESHOLD_ASC

Order results by slow threshold ascending.

ProposalActionsOrderBy.SLOW_THRESHOLD_DESC

Order results by slow threshold descending.

ProposalActionsOrderBy.DURATION_ASC

Order results by duration ascending.

ProposalActionsOrderBy.DURATION_DESC

Order results by duration descending.

ProposalActionsOrderBy.PRIMARY_KEY_ASC

Order results by primary key ascending.

ProposalActionsOrderBy.PRIMARY_KEY_DESC

Order results by primary key descending.

Member Of

proposalActions query ● proposalActionsConnection query