WaspW
Wasp17mo ago
anand248

When we query any entity with child entities included, how to get types defined for those in client

Wasp version - latest 0.14
e.g.

query getStandard {
fn: import { getStandard } from "@src/standards/queries",
entities: [Order]
}

My query is actuall able to return child entitiy [orderRows] inside Order, how can I specify that in .wasp file ?
Was this page helpful?