DesSymbol
A component symbol. These represent the body and the pins on the physical component.
type DesSymbol implements Node {
comment: String!
createdAt: DateTime!
createdBy: DesUser!
dataDownloadUrl: String!
description: String!
folder: DesFolder
guid: String! @deprecated
id: ID!
imageFullSizeUrl: String!
imageThumbnailUrl: String!
itemInternalId: String!
lifeCycleState: DesLifeCycleState!
name: String!
pins: [DesPin!]!
releasedAt: DateTime!
revisionInternalId: String!
updatedBy: DesUser!
usedBy: DesSymbolUsedBy!
}
Fields
DesSymbol.comment ● String! non-null scalar
ECAD entity comment.
DesSymbol.createdAt ● DateTime! non-null scalar
The DateTime when this revision was created.
DesSymbol.createdBy ● DesUser! non-null object
The user this entity was created by.
DesSymbol.dataDownloadUrl ● String! non-null scalar
ECAD entity data download URL.