Merge pull request #26 from phated/add-real-world-example

Add real-world example
This commit is contained in:
Sunli 2020-04-23 14:11:45 +08:00 committed by GitHub
commit 78c3facbfa

View File

@ -35,7 +35,9 @@ It supports all of the GraphQL specifications and is easy to integrate into exis
## Examples
https://github.com/sunli829/async-graphql-examples
If you are just getting started, we recommend checking out our examples at: https://github.com/sunli829/async-graphql-examples
To see how you would create a Relay-compliant server using async-graphql, warp, diesel & postgesql, you can also check out a real-world example at: https://github.com/phated/twentyfive-stars
## Benchmark