# ScriptTagInput - admin-graphql - INPUT_OBJECT Version: unstable ## Description The input fields for a script tag. This input object is used when creating or updating a script tag to specify its URL, where it should be included, and how it will be cached. ### Access Scopes ## Fields * [cache](/docs/api/admin-graphql/unstable/scalars/Boolean): Boolean - Whether the Shopify CDN can cache and serve the script tag. If `true`, then the script will be cached and served by the CDN. The cache expires 15 minutes after the script tag is successfully returned. If `false`, then the script is served as is. The default value is `false`. * [displayScope](/docs/api/admin-graphql/unstable/enums/ScriptTagDisplayScope): ScriptTagDisplayScope - The page or pages on the online store where the script should be included. * [src](/docs/api/admin-graphql/unstable/scalars/URL): URL - The URL of the remote script. For example: `https://example.com/path/to/script.js`. ## Input objects with this input object * [scriptTagCreate](/docs/api/admin-graphql/unstable/mutations/scriptTagCreate) * [scriptTagUpdate](/docs/api/admin-graphql/unstable/mutations/scriptTagUpdate) ## Examples