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