DesUploadCollaborationInput
Input for uploading a collaboration.
input DesUploadCollaborationInput {
comment: String!
design: DesCadDesignInput
domain: DesCollaborationDomain!
fileId: String
projectId: ID!
}
Fields
DesUploadCollaborationInput.comment ● String! non-null scalar
The uploaded file comment.
DesUploadCollaborationInput.design ● DesCadDesignInput input
*PROTOTYPE, SUBJECT TO CHANGE*
DesUploadCollaborationInput.domain ● DesCollaborationDomain! non-null enum
The ECAD, MCAD or ESD domain.
DesUploadCollaborationInput.fileId ● String scalar
The uploaded file identifier. Either the file identifier or design must be given.
DesUploadCollaborationInput.projectId ● ID! non-null scalar
Project identifier.