DesPartUploadCustomPartFilePayload
Payload produced when uploading a custom part file.
type DesPartUploadCustomPartFilePayload {
errors: [DesPartErrorPayload!]!
url: String
}
Fields
DesPartUploadCustomPartFilePayload.errors ● [DesPartErrorPayload!]! non-null object
Errors that occurred while performing the operation.
DesPartUploadCustomPartFilePayload.url ● String scalar
Uploaded file URL.