Releases: Ecodev/graphql-doctrine
Releases · Ecodev/graphql-doctrine
11.0.1
11.0.0
BREAKING CHANGE
- Requires Doctrine ORM 3.3
- Custom operators cannot return null anymore. You should return empty string instead.
10.1.0
Added
-
Support proper generic
CollectionWe incorrectly supported
Collection<Foo>, while Doctrine collections
should actually beCollection<int, Foo>.All type hints in user code must be adapted accordingly.
10.0.1
Changes
- Can use type
IDinAPI\Input
10.0.0
BREAKING CHANGE
- New
TypesInterface::loadType()
9.0.0
BREAKING CHANGE
- Upgrade to webonyx/graphql-php 15
TypesInterface::get()return type is stricter- All breaking changes from webonyx/graphql-php also applies
8.1.2
Changes
- Not found entity will throw a
UserError, not anError
8.1.1
Changes
- Minimal version is PHP 8.2
8.1.0
Added
- Add new
emptyStringAsHighestto sorting
8.0.1
Changes
- Slighlty improve attribute documentation and typing