Skip to main content

agentProposals

Reads a set of AgentProposal.

agentProposals(
first: Int
offset: Int
orderBy: [AgentProposalsOrderBy!]
condition: AgentProposalCondition
filter: AgentProposalFilter
): [AgentProposal!]

Arguments

agentProposals.first ● Int scalar

Only read the first n values of the set.

agentProposals.offset ● Int scalar

Skip the first n values.

agentProposals.orderBy ● [AgentProposalsOrderBy!] list enum

The method to use when ordering AgentProposal.

agentProposals.condition ● AgentProposalCondition input

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

agentProposals.filter ● AgentProposalFilter input

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

Type

AgentProposal object