EntityGraphQL v4.1.1 Release Notes

  • ๐Ÿ›  Fixes

    • #221 - Apply null check on the ToList expression built to resolve list expressions
    • ๐Ÿ‘ Better support for service fields at the root query level
    • ๐Ÿ›  Fix support for service fields that take a complex type (object or enumerable) as arguments
    • ๐Ÿ›  Fix UseFilter() filter and UseSort() sort field arguments were incorrectly being marked as required in schema introspection
    • ๐Ÿ›  Fix issues with default sort values for UseSort() not appearing in the schema as default values
    • ๐Ÿ›  Fix output of default values in schema for lists and objects