diff --git a/src/pages/learn/queries.mdx b/src/pages/learn/queries.mdx index b34e103c07..ce9c7ca617 100644 --- a/src/pages/learn/queries.mdx +++ b/src/pages/learn/queries.mdx @@ -55,7 +55,7 @@ If the only thing we could do was traverse objects and their fields, GraphQL wou ```graphql type Query { - droid(id: ID!): Droid + human(id: ID!): Human } ```