A curated list of awesome GraphQL frameworks, libraries and software using gqlgen library.
- 99designs/gqlgen - Generate go GraphQL server from GrahpQL scheme
- Yamashou/gqlgenc - Generate go GraphQL client from GraphQL query
- Code-Hex/gqldoc - Generate Markdown GraphQL documents from GraphQL schema
- gqlgo/gqlfmt - Format GraphQL file
- gqlgo/querystring -
querystring
finds a GraphQL query in your files.
- gqlgo/lackid - Detect lack of id in GrahpQL query
- gqlgo/deprecatedquery - About
deprecatedquery
finds a deprecated query in your GraphQL query files. - gqlgo/optionalschema - About
optionalschema
finds optional fields and arguments in your GraphQL schema
- vektah/gqlparser - GrahpQL schema and query parser
- Yamashou/gqlgenc/introspection - GraphQL instrospection query parser
- Yamashou/gqlgenc/graphqljson - GrahpQL JSON encoder and decoder
- gqlgo/gqlanaylsis - Static analysis go library for GraphQL, inspired by go/analysis
- 99designs/gqlgen/plugin/modelgen - Generate go model type from GraphQL schema
- 99designs/gqlgen/plugin/resolvergen - Generate go resolver from GraphQL schema
- 99designs/gqlgen/plugin/federation - Generate go Apollo Federation resolver from GraphQL schema
- Yamashou/gqlgenc/clientgev2 - Generate go client from GraphQL query