DesPartDocument
Represents a part document.
type DesPartDocument {
mimeType: String!
name: String!
url: URL!
}
Fields
DesPartDocument.mimeType ● String! non-null scalar
The MIME type of the document.
DesPartDocument.name ● String! non-null scalar
The name of the document.
DesPartDocument.url ● URL! non-null scalar
The URL of the document.