Skip to content

Commit

Permalink
Fix to CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Nov 13, 2021
1 parent 42f5c33 commit d5a17b4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@
This release features some significant efficiency improvements inside Lacinia.

New options have been added to `com.walmartlabs.lacina.schema/compile` that turn off certain checks and features
to boost performance.
to boost performance even further.

### Incompatible Changes

* Previously, a resolver, including a default resolver, could return a map containing a value that was
a `ResolverResult`, and Lacinia would de-reference it; this is no longer allowed, resolvers must return
a value (or a value delivered by a `ResolverResult`). The value may be wrapped
(.e.g, calling `with-error`), but must be a value.
a value (or a value delivered by a `ResolverResult`). A map that contains a ResolverResult is not a value.
However, a value may be wrapped (.e.g, calling `with-error`), as before.

[Closed Issues](https://github.com/walmartlabs/lacinia/milestone/28?closed=1)


## 1.0 -- 9 Oct 2021

A new function, `com.walmartlabs.lacinia.schema/select-type`, allows a type within the compiled schema to be selected;
Expand Down

0 comments on commit d5a17b4

Please sign in to comment.