Fixed
@dynamicMember
conflicting field name (#2950): The subscript setters have been changed to allow a selection set property namedhash
. #2965 Thank you to @renanbdias for raising the issue.- Disallow certain targetNames in code generation (#2958):
apollo
is no longer allowed as a target name otherwise it causes a conflict when importingApollo
as a module. #2972 Thank you to @moopoints for raising the issue. - Fully Qualify name of RootEntityType and mergedSources (#2949): Selection set types use fully qualified namespacing to prevent conflicts with other types. #2956 Thank you to @martin-muller for raising the issue.
- SelectionSet Codegen
__typename
fix (#2955): Custom root types defined in the schema are now correctly applied to selection set fields typename definitions #2983 Thank you to @ynnadrules for raising the issue.