DesPartUploadLibraryPartsPayload
Payload produced when uploading custom library parts.
type DesPartUploadLibraryPartsPayload {
errors: [DesPartErrorPayload!]!
results: [DesPartUploadLibraryPartOperationResult!]!
}
Fields
DesPartUploadLibraryPartsPayload.errors ● [DesPartErrorPayload!]! non-null object
Errors that occurred while performing the operation.
DesPartUploadLibraryPartsPayload.results ● [DesPartUploadLibraryPartOperationResult!]! non-null object
A collection of results for each library part.