------
- **BREAKING**: Requires OrientDB 2.2.28+, since it depends on two
OrientDB bugs being fixed: `bug
1 <https://github.com/orientechnologies/orientdb/issues/7225>`__ `bug
2 <https://github.com/orientechnologies/orientdb/issues/7754>`__
- Allow type coercions and filtering within :code:`fold` scopes.
- Fix bug where :code:`filter` directives could end up ignored if more
than two were in the same scope
- Optimize type coercions in :code:`optional` and :code:`recurse` scopes.
- Optimize multiple outputs from the same :code:`fold` scope.
- Allow having multiple :code:`filter` directives on the same field
`33 <https://github.com/kensho-technologies/graphql-compiler/pull/33>`__
- Allow using the :code:`name_or_alias` filtering operation on interface
types
`37 <https://github.com/kensho-technologies/graphql-compiler/pull/37>`__