ProposalActionsConnection
A connection to a list of ProposalAction values.
type ProposalActionsConnection {
nodes: [ProposalAction!]!
edges: [ProposalActionsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ProposalActionsConnection.nodes ● [ProposalAction!]! non-null object
A list of ProposalAction objects.
ProposalActionsConnection.edges ● [ProposalActionsEdge!]! non-null object
A list of edges which contains the ProposalAction and cursor to aid in pagination.
ProposalActionsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ProposalActionsConnection.totalCount ● Int! non-null scalar
The count of *all* ProposalAction you could get from the connection.
Returned By
proposalActionsConnection query
Member Of
Proposal object