DesCollaborationRevision
ECAD, MCAD or ESD revision data.
type DesCollaborationRevision {
comment: String!
createdAt: DateTime!
createdBy: DesUser!
design: DesCadDesign
downloadableFile: DesDownloadableFile!
}
Fields
DesCollaborationRevision.comment ● String! non-null scalar
Revision comment.
DesCollaborationRevision.createdAt ● DateTime! non-null scalar
Creation time.
DesCollaborationRevision.createdBy ● DesUser! non-null object
The user who created this revision.
DesCollaborationRevision.design ● DesCadDesign object
*PROTOTYPE, SUBJECT TO CHANGE*
DesCollaborationRevision.downloadableFile ● DesDownloadableFile! non-null object
Revision download data.