Skip to main content

DesBom

A Bill of Materials (BOM) contains a list of all of the parts needed for the assembly of a PCB.

type DesBom {
bomItems: [DesBomItem!]! @deprecated
items(
after: String
before: String
first: Int
last: Int
): DesBomItemConnection
}

Fields

DesBom.bomItems ● [DesBomItem!]! deprecated non-null object

DEPRECATED

Use items.

DesBom.items ● DesBomItemConnection object

The list of BOM items returned by pages.

DesBom.items.after ● String scalar

Returns the elements in the list that come after the specified cursor.

DesBom.items.before ● String scalar

Returns the elements in the list that come before the specified cursor.

DesBom.items.first ● Int scalar

Returns the first _n_ elements from the list.

DesBom.items.last ● Int scalar

Returns the last _n_ elements from the list.