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.
2 parents 6b7bb85 + 157a78f commit a78bcf3Copy full SHA for a78bcf3
docs/writing-queries.md
@@ -1,6 +1,6 @@
1
# Writing Queries
2
3
-Note that this guide assumes you are familiar withthe GraphQL query syntax. If you're not,
+Note that this guide assumes you are familiar with the GraphQL query syntax. If you're not,
4
you can read more about it [here](https://graphql.org/learn/).
5
6
## The Root Query
@@ -161,4 +161,4 @@ var query = new Query()
161
i.Title,
162
}).ToList(),
163
});
164
-```
+```
0 commit comments