Autosave: 2024-06-24 13:45:05
This commit is contained in:
parent
ed3f1975f7
commit
bcc363cf9e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue