Skip to main content

AgentProposalsConnection

A connection to a list of AgentProposal values.

type AgentProposalsConnection {
nodes: [AgentProposal!]!
edges: [AgentProposalsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

AgentProposalsConnection.nodes ● [AgentProposal!]! non-null object

A list of AgentProposal objects.

AgentProposalsConnection.edges ● [AgentProposalsEdge!]! non-null object

A list of edges which contains the AgentProposal and cursor to aid in pagination.

AgentProposalsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

AgentProposalsConnection.totalCount ● Int! non-null scalar

The count of *all* AgentProposal you could get from the connection.

Returned By

agentProposalsConnection query