graphql-helix icon indicating copy to clipboard operation
graphql-helix copied to clipboard

Deno example

Open saihaj opened this issue 4 years ago • 3 comments

How can I use this with deno?

saihaj avatar Feb 26 '21 05:02 saihaj

It's not very complete but I have a small example that sets up GiraphQL with helix on deno you could look at https://giraphql.com/guide/deno. Definitely not production ready, but could get you pointed in the right direction

hayes avatar May 06 '21 00:05 hayes

need to address instanceOf in graphql image

saihaj avatar Nov 07 '21 00:11 saihaj

Deno has an issue with the peer dependency concept, with React for example, the same issue happens :disappointed:

PabloSzx avatar Nov 07 '21 00:11 PabloSzx