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 ab35c26 commit 249e874Copy full SHA for 249e874
src/pages/learn/queries.mdx
@@ -55,7 +55,7 @@ If the only thing we could do was traverse objects and their fields, GraphQL wou
55
56
```graphql
57
type Query {
58
- droid(id: ID!): Droid
+ human(id: ID!): Human
59
}
60
```
61
0 commit comments