Skip to content

Resolve Relations

You can use resolve relations for a specific story by using the resolve_relations parameter with the relation to be resolved as the value for the argument.

query {
PageItem(id: "542305440", resolve_relations: "article.categories") {
content {
body
}
}
}