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