TypesScript Query Builder for use with EdgeQL over HTTP #5376
Closed
cleytoncarvalho
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm executing some queries in a CloudFlare Pages app using the EdgeQL over HTTP and it's working as it should and I was thinking, maybe we could have a way to generate this queries using the typescript query builder and then just do a query. toEdgeQL() and use this string to make this requests.
I tried to use the generate code /edgeql-js (from npx @edgedb/generate edgeql-js) in the CloudFlare app but it didn't work
Beta Was this translation helpful? Give feedback.
All reactions