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