Fix typo in Schema docs (#1259)

This commit is contained in:
Varun Dey 2020-08-24 16:20:33 +00:00 committed by GitHub
parent 6918db1033
commit b685e109f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ Schema will collect all type definitions related to the root operations and then
subscription=MyRootSubscription subscription=MyRootSubscription
) )
A Root Query is just a special :ref:`ObjectType` that :ref:` defines the fields <Scalars>` 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 * Query fetches data
* Mutation changes data and retrieves the changes * Mutation changes data and retrieves the changes