Skip to content

Tools for building GraphQL schema

License

Notifications You must be signed in to change notification settings

GannettDigital/graphql-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-gen

Go Docs Build Status Go Report Card Coverage Status

GraphQL and Golang make a great combination for building Go based GraphQL servers, however the amount of boilerplate code that needs to be written for a reasonably comples GraphQL schema is cumbersome. This project provides tooling to build the GraphQL schema in Go code so it can be used by the library https://github.com/graphql-go/graphql

For details in using this tooling see the documentation and examples in the Go docs

Building/Testing

Build and Testing are done using standard go tooling, ie go test ./...