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