SupSoftwareProjectConnection
A connection to a list of items.
type SupSoftwareProjectConnection {
edges: [SupSoftwareProjectEdge!]
nodes: [SupSoftwareProject!]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
SupSoftwareProjectConnection.edges ● [SupSoftwareProjectEdge!] list object
A list of edges.
SupSoftwareProjectConnection.nodes ● [SupSoftwareProject!] list object
A flattened list of the nodes.
SupSoftwareProjectConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
SupSoftwareProjectConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.