GraphQL-Deno
This is a one-to-one port of graphql-js to Deno.
It is working, fully adapted to Deno and exports both TS types and JS code.
Usage:
import {
graphql,
GraphQLSchema,
GraphQLObjectType,
GraphQLString,
} from "https://raw.githubusercontent.com/adelsz/graphql-deno/v15.0.0/mod.ts";
You can test it in this repository by running:
deno run ./test.ts
Releases and tags of this repository will mirror graphql-js releases.