drizzle-graphql
drizzle-graphql copied to clipboard
Cloudflare support
I can't get this to run on Cloudflares runtime as it depends on a few node api's. Is there anything on the road map to make this work in those environments?
My quick preliminary look at solving this shows that the dependency graphql-parse-resolve-info uses assert
and also the use of Buffer
here. Once these are removed/replaced I seem to be able to have some success.