v9.0.0
Changed
- BREAKING Fields that uses a resolver method are now exclusively resolved using that method. Previously, if a resolver method returned
null
, the library would continue to try and resolve the field using the built in array and object resolvers.