Examples (original) (raw)

Examples

Examples can be found in the example folder of the project:

Community examples

tonyghita/graphql-go-example - A more "productionized" version of the Star Wars API example given in this repository.

deltaskelta/graphql-go-pets-example - graphql-go resolving against a sqlite database.

OscarYuen/go-graphql-starter - A starter application integrated with dataloader, psql and basic authentication.

zaydek/graphql-go-walkthrough - A beginner friendly walkthrough for prospective developers.

hsukvn/go-gin-graphql-template - a simple template of graphql-go integrated with gin http framework