Content type represents published content items with compiled BindJS code ready for rendering.
Type Definition
Fields
Field Details
content
The content field contains the JSON structure of the content data:compiled
The compiled field contains standalone BindJS code that can be executed directly:resolved vs resolvedRef
Choose based on your use case:- resolvedPackage: Full package data inline (simpler client implementation)
- resolvedRef: IDs only for normalized caching (smaller payloads, efficient caching)
Example Queries
Basic Content
Content with Full Package Data
Content with Caching References
Related Types
- ContentType - Defines content structure
- Resolved Package - Package resolution types
- ContentUpdate - Real-time content updates