Repository
Current version released
5 years ago
Dependencies
skypack.dev
graphql@15.5.0
gql_tools
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.