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 7c03988 commit c866f80Copy full SHA for c866f80
README.md
@@ -167,7 +167,7 @@ type Droid : Character {
167
168
One question we might ask, though, is whether any of those fields can return
169
`null`. By default, `null` is a permitted value for any type in GraphQL,
170
-since fetching data to fulfull a GraphQL query often requires talking
+since fetching data to fulfill a GraphQL query often requires talking
171
to different services that may or may not be available. However, if the
172
type system can guarantee that a type is never null, then we can mark
173
it as Non Null in the type system. We indicate that in our shorthand
0 commit comments