github.com/bowd/gqlgen@v0.7.2/docs/content/introduction.md (about) 1 --- 2 linkTitle: Introduction 3 title: Type-safe graphql for golang 4 type: homepage 5 date: 2018-03-17T13:06:47+11:00 6 --- 7 8 ## What is gqlgen? 9 10 [gqlgen](https://github.com/99designs/gqlgen) is a golang library for building graphql servers without any fuss. gqlgen is: 11 12 - Schema first: You define your API using the graphql [Schema Definition Language](http://graphql.org/learn/schema/) 13 - Type safe: You should never see `map[string]interface{}` here. 14 - Codegen: Let us generate the boring bits, so you can build your app quickly. 15 16 17 ## Getting started 18 19 First take a look at the [Getting Started]({{< ref "getting-started.md" >}}) tutorial. 20 21 If you cant find what your looking for, maybe the [examples](https://github.com/99designs/gqlgen/tree/master/example) will help. 22 23 24 ## Getting help 25 26 If you think you've found a bug, or something isn't behaving the way you think it should please raise an [issue](https://github.com/99designs/gqlgen/issues) on github. 27 28 29 ## Talks 30 31 - [Christopher Biscardi @ Gophercon UK 2018](https://youtu.be/FdURVezcdcw)