anand248
anand248
Explore posts from servers
WWasp-lang
Created by anand248 on 8/18/2024 in #đŸ™‹questions
How to create seed data on fly.io postgres instance
I created a new fly io launch and want to create same set of seed data which I do locally using wasp db seed on fly.io's postgres instance. How can I achieve it ?
5 replies
WWasp-lang
Created by anand248 on 8/11/2024 in #đŸ™‹questions
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 ?
7 replies