Skip to content

Commit

Permalink
Merge pull request #47 from charliejrgower/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
acron0 authored Sep 24, 2020
2 parents f70ea62 + 9878a2e commit c936738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Mutations are very similar to queries. To add a mutation to the schema use `atta
```
`::mutation-spec` is a spec for the GraphQL mutation, `::object` is the spec for the returned data, and `mutator-fn` is the function that will mutate the existing data and return the new, mutated data.

### Field Resolvers
### Field Resolvers

To provide a resolver for a specific field, use `attach-field-resolver`:

Expand Down Expand Up @@ -157,7 +157,7 @@ In this example, if `my.ns/type` is an object, the corresponding object would be
## License
Copyright © 2020 WorksHub
Copyright © 2020 WorksHub
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.

0 comments on commit c936738

Please sign in to comment.