Skip to main content

ProposalsConnection

A connection to a list of Proposal values.

type ProposalsConnection {
nodes: [Proposal!]!
edges: [ProposalsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ProposalsConnection.nodes ● [Proposal!]! non-null object

A list of Proposal objects.

ProposalsConnection.edges ● [ProposalsEdge!]! non-null object

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

ProposalsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ProposalsConnection.totalCount ● Int! non-null scalar

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

Returned By

proposalsConnection query

Member Of

Space object