mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
* Use vendor code for all go calls * Add missing vendor dependencies * Add travis_retry to yarn install * Fix go test call
gqlgen

What is gqlgen?
gqlgen is a Go library for building GraphQL servers without any fuss. gqlgen is:
- Schema first — Define your API using the GraphQL Schema Definition Language.
- Type safe — You should never see
map[string]interface{}here. - Codegen — Let us generate the boring bits, so you can build your app quickly.
Getting Started
First work your way through the Getting Started tutorial.
If you can't find what your looking for, look at our examples for example usage of gqlgen.
Reporting Issues
If you think you've found a bug, or something isn't behaving the way you think it should, please raise an issue on GitHub.
Contributing
Read our Contribution Guidelines for information on how you can help out gqlgen.