Updated FAQ (markdown)

changeling 2019-05-15 13:01:18 -05:00
parent 108eb51fdd
commit 6195a6815a

2
FAQ.md

@ -1,7 +1,7 @@
This is a beginning of an FAQ. Please help grow this resource by adding basic, common, simply phrased questions. If you have a clear understanding of the answer, please add that as well, including example code where relevant following the Minimal, Complete and Verifiable model presented on StackOverflow: [Minimal Complete Verifiable example.](https://stackoverflow.com/help/mcve)
### Basic Graphene answers and recipes.
- [Non-Django-specific Graphene FAQ](https://github.com/graphql-python/graphene/wiki/FAQ)
* [Non-Django-specific Graphene FAQ](https://github.com/graphql-python/graphene/wiki/FAQ)
- - [Aliasing-(rename-query-elements)](https://github.com/graphql-python/graphene/wiki/Aliasing-(rename-query-elements))
- - [Basic pagination - Relay](https://github.com/graphql-python/graphene/wiki/Relay-Pagination-example)