From b685e109f5d085e9861b73400b0802abe9b77545 Mon Sep 17 00:00:00 2001 From: Varun Dey Date: Mon, 24 Aug 2020 16:20:33 +0000 Subject: [PATCH] Fix typo in Schema docs (#1259) --- 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