HyperoptEdge
An edge in a connection.
type HyperoptEdge {
node: Hyperopt
cursor: Cursor!
}
Fields
HyperoptEdge.node ● Hyperopt object
The item at the end of the edge.
HyperoptEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
HyperoptConnection object