Skip to content

Commit b685e10

Browse files
authored
Fix typo in Schema docs (#1259)
1 parent 6918db1 commit b685e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/schema.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Schema will collect all type definitions related to the root operations and then
1515
subscription=MyRootSubscription
1616
)
1717
18-
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:
18+
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:
1919

2020
* Query fetches data
2121
* Mutation changes data and retrieves the changes

0 commit comments

Comments
 (0)