From 293b9eaf5c88e3d524da38cd7421ed0ba038d1b2 Mon Sep 17 00:00:00 2001 From: Adam Scarr Date: Mon, 26 Nov 2018 13:11:02 +1100 Subject: [PATCH] Remove graphqlgen link --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d4e37b83369..708f66127d1 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ This is a library for quickly creating strictly typed graphql servers in golang. See the [docs](https://gqlgen.com/) for a getting started guide. -Looking for typescript? Check out [graphqlgen](https://github.com/prisma/graphqlgen) - ### Feature comparison | | [gqlgen](https://github.com/99designs/gqlgen) | [gophers](https://github.com/graph-gophers/graphql-go) | [graphql-go](https://github.com/graphql-go/graphql) | [thunder](https://github.com/samsarahq/thunder) |