github.com/HaswinVidanage/gqlgen@v0.8.1-0.20220609041233-69528c1bf712/README.md (about)

     1  # gqlgen [![CircleCI](https://badgen.net/circleci/github/99designs/gqlgen/master)](https://circleci.com/gh/99designs/gqlgen) [![Read the Docs](https://badgen.net/badge/docs/available/green)](http://gqlgen.com/)
     2  
     3  ## What is gqlgen?
     4  
     5  [gqlgen](https://github.com/HaswinVidanage/gqlgen) is a Go library for building GraphQL servers without any fuss. gqlgen is:
     6  
     7   - **Schema first** — Define your API using the GraphQL [Schema Definition Language](http://graphql.org/learn/schema/).
     8   - **Type safe** — You should never see `map[string]interface{}` here.
     9   - **Codegen** — Let us generate the boring bits, so you can build your app quickly.
    10  
    11  [Feature Comparison](https://gqlgen.com/feature-comparison/)
    12  
    13  ## Getting Started
    14  
    15  First work your way through the [Getting Started](ttps://gqlgen.com/getting-started/) tutorial.
    16  
    17  If you can't find what your looking for, look at our [examples](https://github.com/HaswinVidanage/gqlgen/tree/master/example) for example usage of gqlgen.
    18  
    19  ## Reporting Issues
    20  
    21  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/HaswinVidanage/gqlgen/issues) on GitHub.
    22  
    23  ## Contributing
    24  
    25  Read our [Contribution Guidelines](https://github.com/HaswinVidanage/gqlgen/blob/master/CONTRIBUTING.md) for information on how you can help out gqlgen.
    26  
    27  ## Talks & Blog Posts
    28  
    29   - [Christopher Biscardi @ Gophercon UK 2018](https://youtu.be/FdURVezcdcw)
    30   - [Introducing gqlgen: a GraphQL Server Generator for Go](https://99designs.com.au/blog/engineering/gqlgen-a-graphql-server-generator-for-go/)