/go-graphql-test

Test project to view capabilities of Graphql in go-lang.

Primary LanguageGo

Example project to learn graphql with golang

This project hosts the code for my learning process of graphql technology with golang. I am using graphql-go but am planning to use a active library graph-gophers/graphql-go instead of another one.

Checklist

  • Basic Request form GraphQL
  • Normal Queries
  • Database Connection
  • Mutations
  • Subscriptions
  • File Upload