Asset
Asset
FieldsLink copied!
Asset.id
● ID!
non-null scalarLink copied!
The ID of the object
Asset.metadata
● AssetMetadataConnection
objectLink copied!
Returns asset metadata
Asset.metadata.schemaName
●String!
non-null scalarLink copied!The schema name
Asset.assetId
● String!
non-null scalarLink copied!
The UUID of the asset
Asset.assetRepositoryId
● ID
scalarLink copied!
ID of the repository this asset belongs to
Asset.assetFolderId
● ID
scalarLink copied!
ID of the (sub) folder this asset belongs to
Asset.createdDate
● DateTime
scalarLink copied!
UTC date the asset was created
Asset.status
● AssetStatus
enumLink copied!
Active status
Asset.published
● Boolean
scalarLink copied!
Published status
Asset.filename
● String
scalarLink copied!
Filename which represents the asset on the storage system
Asset.revisionNumber
● Float
scalarLink copied!
Revision number
Asset.label
● String
scalarLink copied!
Friendly label for the asset, this is what a customer will see
Asset.name
● String
scalarLink copied!
Unique name for the asset, this is unique across the account which is flattened for the public URL
Asset.mimeType
● String
scalarLink copied!
Mimetype of the asset
Asset.locale
● String
scalarLink copied!
Locale (IETF language tag)
Asset.localeGroup
● String
scalarLink copied!
Name of the locale group the asset belongs to
Asset.thumbFile
● String
scalarLink copied!
Name of the file used for the thumbnail
Asset.file
● String
scalarLink copied!
Name of the file on the storage system
Asset.thumbUrl
● String
scalarLink copied!
Thumbnail URL
Asset.tags
● [String!]
list scalarLink copied!
Tags for the asset
Asset.type
● AssetType
enumLink copied!
Type of the asset
Asset.workflowAssignedBy
● ID
scalarLink copied!
ID of the user who assigned the workflow
Asset.workflowAssignedTo
● ID
scalarLink copied!
ID of who the workflow is assigned to
Asset.workflowAssignedAt
● DateTime
scalarLink copied!
Timestamp of when the workflow was assigned
Asset.workflowStatus
● WorkflowStatus
enumLink copied!
Workflow status
Asset.contents
● [ID!]
list scalarLink copied!
ID of the contents
InterfacesLink copied!
Node
interfaceLink copied!
An object with an ID
Returned byLink copied!
asset
query
Member ofLink copied!
AssetsEdge
object