gqlgen · GraphQL Specification

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.

Documentation Endpoint View on GitHub GraphQLGoCode GenerationSchema FirstOpen SourceGraphQL

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

N/A

References

Back to gqlgen · All GraphQL Specs · GitHub