Schema Documentation
EnqueuedScript
Description
Script 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 |
Example
{"args":false,"dependencies":[EnqueuedScript],"extra":"xyz789","handle":"abc123","id":"4","src":"abc123","version":"abc123"}