From 6195a6815a38c1af0fdf540b9bf0536dff4525bd Mon Sep 17 00:00:00 2001 From: changeling Date: Wed, 15 May 2019 13:01:18 -0500 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)