Schema Documentation
EnqueuedAsset
Description
Asset enqueued by the CMS
Fields
| Field Name | Description |
|---|---|
args - Boolean | @todo |
dependencies - [EnqueuedScript] | Dependencies needed to use this asset |
extra - String | Extra information needed for the script |
handle - String | The handle of the enqueued asset |
id - ID! | The ID of the enqueued asset |
src - String | The source of the asset |
version - String | The version of the enqueued asset |
Possible Types
| EnqueuedAsset Types |
|---|
Example
{"args":true,"dependencies":[EnqueuedScript],"extra":"abc123","handle":"xyz789","id":4,"src":"xyz789","version":"abc123"}