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