Skip to main content
Module

x/dgql/deps.ts

0 config deno full featured graphql side car. Generate gql from any datasource.
Latest
File
export { serve, ServerRequest,} from "https://deno.land/std@0.100.0/http/server.ts";export { GraphQLHTTP } from "https://deno.land/x/gql@0.1.4/mod.ts";export { makeExecutableSchema } from "https://deno.land/x/graphql_tools/mod.ts";export { gql } from "https://deno.land/x/graphql_tag/mod.ts";export { green } from "https://deno.land/std@0.100.0/fmt/colors.ts";