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?
GitHub
drizzle-graphql/src/util/builders/common.ts at main · drizzle-team/...
Automatically generate GraphQL schema or customizable schema config fields from Drizzle ORM schema - drizzle-team/drizzle-graphql
0 Replies