Was trying out the recipe for GraphQL and the README suggests that you need [gqlgen](https://github.com/99designs/gqlgen) and then example shows this library being used. However, the repository code shows an example that uses [graphql-go](github.com/graphql-go/graphql). Are they meant to be used together or is this a "bug"?