Skip to content

Commit 249e874

Browse files
Fix argument example: Update Query to request Human instead of Droid (#1955)
1 parent ab35c26 commit 249e874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/pages/learn/queries.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If the only thing we could do was traverse objects and their fields, GraphQL wou
5555

5656
```graphql
5757
type Query {
58-
droid(id: ID!): Droid
58+
human(id: ID!): Human
5959
}
6060
```
6161

0 commit comments

Comments
 (0)