From f18aec47e30322d588e074dcf7ef0d2f0a95c439 Mon Sep 17 00:00:00 2001 From: Varun Dey Date: Mon, 24 Aug 2020 14:58:05 +0530 Subject: [PATCH] Fix typo in Schema docs --- docs/types/schema.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/schema.rst b/docs/types/schema.rst index a8c60226..08ff27d0 100644 --- a/docs/types/schema.rst +++ b/docs/types/schema.rst @@ -15,7 +15,7 @@ Schema will collect all type definitions related to the root operations and then subscription=MyRootSubscription ) -A Root Query is just a special :ref:`ObjectType` that :ref:` defines the fields ` that are the entrypoint for your API. Root Mutation and Root Subscription are similar to Root Query, but for different operation types: +A Root Query is just a special :ref:`ObjectType` that defines the fields that are the entrypoint for your API. Root Mutation and Root Subscription are similar to Root Query, but for different operation types: * Query fetches data * Mutation changes data and retrieves the changes