OBJECT
Webpack Encore entry with inlined CSS and JS file contents
type EncoreEntry {# Entry name (e.g. "theme/orion")name: String! # Concatenated content of all CSS files for this entrycssContent: String! # Concatenated content of all JS files for this entryjsContent: String! }