Skip to content

Commit bdd8a2c

Browse files
authored
chore(docs): fix typos (graphql#1284)
- add missing curly bracket - fix spelling error
1 parent bf3a400 commit bdd8a2c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/content/blog/2020-12-08-defer-stream.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ query {
2424
person(id: "cGVvcGxlOjE=") {
2525
name
2626
...HomeworldFragment @defer(label: "homeworldDefer")
27+
}
2728
}
2829

2930
fragment HomeworldFragment on Person {

src/content/blog/2022-11-07-graphql-http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fallen behind.
2929
Luckily, thanks to the focused efforts of [Denis Badurina](https://github.com/enisdenjo),
3030
we have an alternative in [graphql-http](https://github.com/graphql/graphql-http).
3131
Denis has been part of the committee working on the GraphQL over HTTP
32-
specification, and sought to build a depenency-free compliant GraphQL server
32+
specification, and sought to build a dependency-free compliant GraphQL server
3333
that works with most all existing Node and Deno HTTP frameworks.
3434

3535
The decision was made to adopt the [graphql-http](https://github.com/graphql/graphql-http)

src/content/learn/BestPractice-NodeInterface.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ objects "nodes." Here is an example query for a node:
2727
name
2828
}
2929
}
30+
}
3031
```
3132

3233
- The GraphQL schema is formatted to allow fetching any object via the `node` field on the root query object. This

0 commit comments

Comments
 (0)