gqlgen GraphQL API
gqlgen is a schema-first Go library for building type-safe GraphQL servers. It takes a GraphQL SDL schema as input and generates Go server-side boilerplate — resolver interfaces, model structs, and a fully wired execution engine — so developers only write business logic. It is not a hosted API service; it is an open-source code-generation tool that produces the GraphQL server you deploy.
Overview
gqlgen GraphQL API is a GraphQL API specification published by gqlgen on the APIs.io network.
gqlgen is a schema-first Go library for building type-safe GraphQL servers. It takes a GraphQL SDL schema as input and generates Go server-side boilerplate — resolver interfaces, model structs, and a fully wired execution engine — so developers only write business logic. It is not a hosted API service; it is an open-source code-generation tool that produces the GraphQL server you deploy.
The GraphQL endpoint is available at N/A. documentation is published at https://gqlgen.com/getting-started/.
The specification includes 4 reference links.
Tagged areas include Go, Code Generation, Schema First, and Open Source.
Endpoint
References
- Documentation https://gqlgen.com/getting-started/
- GitHub https://github.com/99designs/gqlgen
- Go package https://pkg.go.dev/github.com/99designs/gqlgen
- Configuration reference https://gqlgen.com/config/