DesSymbolEdge
An edge in a connection.
type DesSymbolEdge {
cursor: String!
node: DesSymbol!
}
Fields
DesSymbolEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
DesSymbolEdge.node ● DesSymbol! non-null object
The item at the end of the edge.