From 025e3aca12a3e7152038b81a4cbb40f9b3c249fc Mon Sep 17 00:00:00 2001 From: v 1 r t l Date: Tue, 18 Apr 2023 22:30:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c730e3..83d138a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The simplest setup with `std/http`: ```ts import { serve } from 'https://deno.land/std@0.182.0/http/server.ts' -import { GraphQLHTTP } from 'https://deno.land/x/gql@1.2.1/mod.ts' +import { GraphQLHTTP } from 'https://deno.land/x/gql@1.2.2/mod.ts' import { makeExecutableSchema } from 'https://esm.sh/@graphql-tools/schema@9.0.17?target=deno' import { gql } from 'https://deno.land/x/graphql_tag@0.1.1/mod.ts'