From 7daf3b1b9c072a99168677f038739c6d3bcb9f57 Mon Sep 17 00:00:00 2001 From: changeling Date: Wed, 15 May 2019 12:19:52 -0500 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 3 +++ 1 file changed, 3 insertions(+) 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.