Schema Documentation

EnqueuedStylesheet

Description

Stylesheet enqueued by the CMS

Fields
Field NameDescription
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":true,"dependencies":[EnqueuedScript],"extra":"abc123","handle":"xyz789","id":4,"src":"abc123","version":"abc123"}