Updated FAQ (markdown)

changeling 2019-05-14 17:42:35 -05:00
parent 9de6e9ee28
commit 536a040bec

3
FAQ.md

@ -1,5 +1,8 @@
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)
### Aliasing
- [Aliasing, or 'renaming' elements of a query on the fly](Aliasing-(rename-query-elements))
### Pagination
- Using Relay
- - [Cursor-focused pagination](Relay-Pagination-example)