Skip to main content

DesReleaseVariant

A variant contains a specific configuration of a base design.

type DesReleaseVariant {
bom: DesBom
downloadUrl: String!
name: String!
pcb: DesPcb
pcbAssembly: DesPcbAssembly
pcbFabrication: DesPcbFabrication
releaseId: ID! @deprecated
schematics(
where: DesSchematicFilterInput
): [DesSchematic!]!
}

Fields

DesReleaseVariant.bom ● DesBom object

The Bill of Materials (BOM) for this published design variant.

DesReleaseVariant.downloadUrl ● String! non-null scalar

The project release package.

DesReleaseVariant.name ● String! non-null scalar

The descriptive label for this design variant.

DesReleaseVariant.pcb ● DesPcb object

The PCB document for this design variant.

DesReleaseVariant.pcbAssembly ● DesPcbAssembly object

The data needed for assembly of this published design variant.

DesReleaseVariant.pcbFabrication ● DesPcbFabrication object

The data needed for fabrication of this published design variant.

DesReleaseVariant.releaseId ● ID! deprecated non-null scalar

DEPRECATED

This is temporary to illustrate project release identifier as GRID`.

DesReleaseVariant.schematics ● [DesSchematic!]! non-null object

The list of schematic documents for this design variant.

DesReleaseVariant.schematics.where ● DesSchematicFilterInput input