diff --git a/FAQ.md b/FAQ.md index 481285d..bff9f84 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,6 +2,9 @@ This is a beginning of an FAQ. Please help grow this resource by adding basic, c ### Basic Graphene answers and recipes. - [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) + ### Graphene Django-specific answers and recipes. - In progress.