<thing-prop name="name"></thing-prop> <!-- this will show the name of the thing -->
<thing-prop name="manufacturer">
<thing-prop name="name"></thing-prop> <!-- this will show the name of the manufacturer -->
</thing-prop>
</thing>
things(id: "123) {
name
manufacturer {
name
}
}
}
something like this:
Graphql equivalent: