Document
Document
type Document {
id: ID!
createdAt: DateTime!
updatedAt: DateTime!
tenant: Tenant!
file: String!
name: String!
description: String!
fileExtension: String!
fileContentType: String
fileSize: FileSize
url: String
}
Fields
Document.id ● ID! non-null scalar
Global ID of the Document.
Document.createdAt ● DateTime! non-null scalar
Document.updatedAt ● DateTime! non-null scalar
Document.tenant ● Tenant! non-null object
Document.file ● String! non-null scalar
Document.name ● String! non-null scalar
Document.description ● String! non-null scalar
Document.fileExtension ● String! non-null scalar
Document.fileContentType ● String scalar
Document.fileSize ● FileSize object
File size in bytes.
Document.url ● String scalar
The URL of file to download.
Member Of
DocumentAdd object ● DocumentAttach object ● DocumentUpdate object ● Product object ● ProductVariant object ● Seller object ● User object