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