diff --git a/zk/Apollo_Server.md b/zk/Apollo_Server.md index 737e812..42ad3e0 100644 --- a/zk/Apollo_Server.md +++ b/zk/Apollo_Server.md @@ -139,7 +139,7 @@ const resolvers = {}; ``` The `resolvers` object's keys will correspond to the schema's types and fields. -You distinguish resolves which directly correspond to a query in the schema from +You distinguish resolvers which directly correspond to a query in the schema from other resolver types by wraping them in `Query {}`. ```js