From 8eb0feaa8a2861a4f00c2246e041d37d33f528ca Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Tue, 29 Nov 2016 23:53:01 -0800 Subject: [PATCH] Improve support for fragments --- docs/types.md | 2 +- scripts/render-types.js | 2 +- src/resolvers.js | 20 ++++++++++---------- src/util.js | 18 ++++++++++++++---- 4 files changed, 26 insertions(+), 16 deletions(-) diff --git a/docs/types.md b/docs/types.md index 89c7d3c..745d412 100644 --- a/docs/types.md +++ b/docs/types.md @@ -1,6 +1,6 @@ # Schema Types -You may also be interested in the [schema in GraphQL syntax](schema.md). +You may also be interested in reading the [schema in GraphQL syntax](schema.md).
**Table of Contents**