Skip to main content

DesSchematic

A schematic contains the design parts and logical connections.

type DesSchematic {
commentThreads: [DesCommentThread!]!
designItems(
after: String
before: String
first: Int
last: Int
where: DesDesignItemFilterInput
): DesDesignItemConnection
documentId: String!
documentName: String!
}

Fields

DesSchematic.commentThreads ● [DesCommentThread!]! non-null object

The list of all comment threads related to this schematic.

DesSchematic.designItems ● DesDesignItemConnection object

The list of all part instances used in this schematic grouped into pages.

DesSchematic.designItems.after ● String scalar

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

DesSchematic.designItems.before ● String scalar

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

DesSchematic.designItems.first ● Int scalar

Returns the first _n_ elements from the list.

DesSchematic.designItems.last ● Int scalar

Returns the last _n_ elements from the list.

DesSchematic.designItems.where ● DesDesignItemFilterInput input

DesSchematic.documentId ● String! non-null scalar

The reference identifier for this schematic.

DesSchematic.documentName ● String! non-null scalar

The document file name.