Skip to main content

DesDesign

A design manages all of the schematic, PCB, and BOM content for a project.

type DesDesign {
releases(
after: String
before: String
first: Int
last: Int
where: DesReleaseFilterInput
): DesReleaseConnection
variants(
where: DesWipVariantFilterInput
): [DesWipVariant!]!
workInProgress: DesWorkInProgress! @deprecated
}

Fields

DesDesign.releases ● DesReleaseConnection object

The list of published versions of the design grouped into pages.

DesDesign.releases.after ● String scalar

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

DesDesign.releases.before ● String scalar

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

DesDesign.releases.first ● Int scalar

Returns the first _n_ elements from the list.

DesDesign.releases.last ● Int scalar

Returns the last _n_ elements from the list.

DesDesign.releases.where ● DesReleaseFilterInput input

DesDesign.variants ● [DesWipVariant!]! non-null object

The list of variants contained in your work in progress (WIP) in this design.

DesDesign.variants.where ● DesWipVariantFilterInput input

DesDesign.workInProgress ● DesWorkInProgress! deprecated non-null object

DEPRECATED

Use variants instead.