Skip to main content

proposalTallyQueuesConnection

Reads and enables pagination through a set of ProposalTallyQueue.

proposalTallyQueuesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ProposalTallyQueuesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ProposalTallyQueueCondition
filter: ProposalTallyQueueFilter
): ProposalTallyQueuesConnection

Arguments

proposalTallyQueuesConnection.first ● Int scalar

Only read the first n values of the set.

proposalTallyQueuesConnection.last ● Int scalar

Only read the last n values of the set.

proposalTallyQueuesConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

proposalTallyQueuesConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

proposalTallyQueuesConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

proposalTallyQueuesConnection.orderBy ● [ProposalTallyQueuesOrderBy!] list enum

The method to use when ordering ProposalTallyQueue.

proposalTallyQueuesConnection.condition ● ProposalTallyQueueCondition input

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

proposalTallyQueuesConnection.filter ● ProposalTallyQueueFilter input

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

Type

ProposalTallyQueuesConnection object

A connection to a list of ProposalTallyQueue values.