Object Star Wars::Asset

System model for Assets

Fields

createdAt: DateTime!

fileName: String!

Original File Name

handle: String!

The File Handle

height: Float

The height of the file in case it is an image

id: ID!

mimeType: String

The Mime Type

size: Float!

The Size Of The File

updatedAt: DateTime!

url: String!

The Url Of The Asset

width: Float

The width of the file in case it is an image

Uses

AssetSubscriptionPayload.node

Mutation.createAsset

Mutation.deleteAsset

Mutation.updateAsset

Mutation.updateOrCreateAsset

Query.Asset

Query.allAssets

Node