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