We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be411f commit 6d0b83eCopy full SHA for 6d0b83e
README.md
@@ -841,8 +841,8 @@ and we get back:
841
And that matches what we said in the type system section, that
842
the `Query` type is where we will start! Note that the naming here
843
was just by convention; we could have named our `Query` type anything
844
-else, and it still would have been returned here had we specified it
845
-was the starting type for queries. Naming it `Query`, though, is a useful
+else, and it still would have been returned here if we had specified it
+as the starting type for queries. Naming it `Query`, though, is a useful
846
convention.
847
848
It is often useful to examine one specific type. Let's take a look at
0 commit comments