Add real-world example

This commit is contained in:
Blaine Bublitz 2020-04-22 22:58:34 -07:00
parent dcd01974b0
commit eb75e1df2a

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