Hey all, how do I select fields from a composite t...
# mongodb
e
Hey all, how do I select fields from a composite type/embedded document when doing a find? Selecting it like a relation doesn't seem to work for me
1
n
Hey Ezeikel 👋
Selecting it like a relation doesn’t seem to work for me
Can you elaborate what exactly doesn’t work? Are you seeing a TypeScript or a runtime error? Generally, selecting fields from embedded documents should work in the exact same way as selecting fields from a relation.
e
Hey @nikolasburk thanks for getting back to me. Yup it works fine, I had muddled up the syntax so my bad!
🙌 1