Features:
-
Add custom mutation result names (#456) by jaylynntautu (#456)
-
Add filter handlers, primarily for relay id filtering (#448) by ESmithByui (#448)
Bug Fixes:
-
fix loads on unnested unions on generic actions by @zachdaniel
-
preserve remaining GraphQL filters (#449) by Alan Heywood (#449)
-
traverse struct NewType fields so nested enums get registered in the schema (#444) by skanderm (#444)
-
Surface aggregate field DSL errors instead of crashing (#433) by jaylynntautu (#433)
-
use pattern matching in resolve_array_element_segment #431 by Daniel Gollings (#431)
-
handle trailing question marks in predicate names by @zachdaniel
Improvements:
-
Expose relationship read action arguments as GraphQL defaults (#455) by @jechol (#455)
-
add default_types and default_input_types to schema (#454) by CaydenLords (#454)
-
raise when using reserved type name (#453) by colenelson0 (#453)
-
Improve warning when embedded GraphQL input has no fields (#437) by RhettPoole (#437)
-
support query/mutation grouping by @zachdaniel (#423)