Skip to main content

agentProposalsConnection

Reads and enables pagination through a set of AgentProposal.

agentProposalsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AgentProposalsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AgentProposalCondition
filter: AgentProposalFilter
): AgentProposalsConnection

Arguments

agentProposalsConnection.first ● Int scalar

Only read the first n values of the set.

agentProposalsConnection.last ● Int scalar

Only read the last n values of the set.

agentProposalsConnection.offset ● Int scalar

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

agentProposalsConnection.before ● Cursor scalar

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

agentProposalsConnection.after ● Cursor scalar

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

agentProposalsConnection.orderBy ● [AgentProposalsOrderBy!] list enum

The method to use when ordering AgentProposal.

agentProposalsConnection.condition ● AgentProposalCondition input

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

agentProposalsConnection.filter ● AgentProposalFilter input

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

Type

AgentProposalsConnection object

A connection to a list of AgentProposal values.