Structure of GraphQL queries
Use the items() and componentPresentations() fields in your GraphQL query to fetch items from the Content Delivery environment. You can filter the returned items, limit them, sort them and paginate them.
You can query all published and indexed content in a Content Delivery environment, regardless of whether the content originates from Tridion Sites or from Tridion Docs.
| Type of content | Location if marked as indexable | Location if marked as non-indexable |
|---|---|---|
| Data | content+language if it has a locale
| rawContent |
| Metadata | dynamicDate
| dynamicNotIndexedDate
|
Note that you can query metadata using the metadataField field with a type subfield, rather than querying the field names listed here directly.