graphql-codegen-hasura icon indicating copy to clipboard operation
graphql-codegen-hasura copied to clipboard

Suggestion: Make it React independent!

Open aimproxy opened this issue 3 years ago • 0 comments

Apollo Client ties it up to strictly use under React! What about NextJs API? That's personally my case when a receive a certain webhook at a certain endpoint and then have to request a little bit more information before put all together to save it into the database. Currently using a fetch API to do it is not ideal there are other options like graphql-request! But you seem to support neither of them?

aimproxy avatar Sep 19 '22 11:09 aimproxy