Base64File
No description
type Base64File {
base64: String!
contentType: String!
fileName: String!
}
Fields
Base64File.base64
● String!
non-null scalar
The base64 representation of the file.
Base64File.contentType
● String!
non-null scalar
The contentType of the base64 content.
Base64File.fileName
● String!
non-null scalar
Indication of the fileName to use when converting the base64 to a file.
Returned By
orderGetPDF
query