HyperoptConnection
A connection to a list of items.
type HyperoptConnection {
edges: [HyperoptEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
HyperoptConnection.edges ● [HyperoptEdge] list object
A list of edges.
HyperoptConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
HyperoptConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
hyperopts query