Skip to main content

File

No description

type File implements Node {
id: ID!
data: GQLTUpload!
createdAt: GQLTDate!
updatedAt: GQLTDate!
itemId: ID
item: Item
}

Fields#

id (ID!)#

The ID of an object

data (GQLTUpload!)#

createdAt (GQLTDate!)#

updatedAt (GQLTDate!)#

itemId (ID)#

The ID of an object

item (Item)#

Interfaces#

Node#

An object with an ID