Features:
-
include builtin predicate functions in GraphQL filter schema (#413) by @nallwhy (#413)
-
support per-field operator allowlists in filterable_fields (#407) by @nallwhy (#407)
Bug Fixes:
-
resolve NewType subtype_of matching for filter args (#412) by @nallwhy (#412)
-
use default_limit instead of max_page_size when first/last/limit not provided (#408) by @nallwhy (#408)
-
map fields on error propagation correctly (#399) by lincolnhuls (#399)
-
pass opts to for_action for generic actions by @barnabasJ (#396)
Improvements:
-
validate cross-field dependencies in graphql DSL options at compile time (#416) by @nallwhy (#416)
-
validate field references in graphql DSL options at compile time (#415) by @nallwhy (#415)
-
raise at compile time when related resource's domain is missing from schema (#414) by @nallwhy (#414)
-
Split up usage rules (#404) by @mylanconnolly (#404)