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