sosati
DTDrizzle Team
•Created by sosati on 10/16/2024 in #help
is there equivalent to drizzle-graphql for rest api?
I need to send queries from angular, so I need the filter types for each table in client side
graphql can do that exporting the filter type to client like https://github.com/drizzle-team/drizzle-graphql/blob/main/src/util/builders/common.ts
can we export the filter types to use it in angular or any client framework?
1 replies