diff --git a/FAQ.md b/FAQ.md index 572cfed..9e5e47c 100644 --- a/FAQ.md +++ b/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)