Skip to main content
Version: s5

File

File

type File {
id: String!
path: String!
url: String!
mimetype: String!
size: Int!
createdAt: DateTimeISO!
updatedAt: DateTimeISO!
deletedAt: DateTimeISO
parentId: String
parentType: FileDetailsParentType!
parent: FileParentUnion!
}

Fields

File.id ● String! non-null scalar

UUID of file

File.path ● String! non-null scalar

Filename of file

File.url ● String! non-null scalar

URL of file

File.mimetype ● String! non-null scalar

MIME type of file

File.size ● Int! non-null scalar

Size of file in Bytes

File.createdAt ● DateTimeISO! non-null scalar

Creation time given as the ISO Date string

File.updatedAt ● DateTimeISO! non-null scalar

Last update time given as the ISO Date string

File.deletedAt ● DateTimeISO scalar

Soft delete time given as the ISO Date string

File.parentId ● String scalar

UUID of parent object

File.parentType ● FileDetailsParentType! non-null enum

Type of parent object

File.parent ● FileParentUnion! non-null union

File details object associated with this file

Member of

ArticleMedia object ● AudioMedia object ● Caption object ● Card object ● CardPack object ● Course object ● Creator object ● Dubb object ● Recipe object ● VideoMedia object