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
Automatically generate GraphQL schema or customizable schema config fields from Drizzle ORM schema - drizzle-team/drizzle-graphql
Was this page helpful?