File
Represents a file with its metadata.
type File {
brandId: ID
createdAt: ISO8601DateTime!
createdBy: Party
entityId: ID
entityType: FileEntityEnum
fileDescription: String
fileExtension: String
fileName: String!
fileSize: Int!
fileUrl: String
id: ID!
mimeType: String
updatedAt: ISO8601DateTime!
}
Fields
File.brandId
● ID
scalar
The ID of the brand associated with the file.
File.createdAt
● ISO8601DateTime!
non-null scalar
The date and time when the file was created.
File.createdBy
● Party
object
The party that created the file.
File.entityId
● ID
scalar
The ID of the entity associated with the file.
File.entityType
● FileEntityEnum
enum
The type of entity associated with the file.
File.fileDescription
● String
scalar
A description of the file.
File.fileExtension
● String
scalar
The file extension of the file.
File.fileName
● String!
non-null scalar
The name of the file.
File.fileSize
● Int!
non-null scalar
The size of the file in bytes.
File.fileUrl
● String
scalar
The URL where the file can be accessed.
File.id
● ID!
non-null scalar
File.mimeType
● String
scalar
The MIME type of the file.
File.updatedAt
● ISO8601DateTime!
non-null scalar
The date and time when the file was last updated.
Member Of
Order
object