Skip to main content
Deno 2 is finally here 🎉️
Learn more

gql_tools

CI Status

GraphQL Tools port for Deno

Usage

I strongly recommend importing only the module you need using it’s dedicated mod.ts file.

import { mergeDeep } from "./lib/utils/mod.ts";
import { makeExecutableSchema } from "./lib/schema/mod.ts";

Releases and module versions

Releases will mirror the graphql-tools module. For specific module versions please reference lib/VERSIONS.md.

Contributing

Please refer to the Deno Style Guide as well as the Conventional Commits spec.