v2.0.2
Fixed
- Fixed
SelectionSetequality with@include/@skipfields (#840): When a single field was used in a selection set with an@include/@skipdirective, anassertionFailurewould crash the program. This is now fixed.
Fetched April 11, 2026
SelectionSet equality with @include/@skip fields (#840): When a single field was used in a selection set with an @include/@skip directive, an assertionFailure would crash the program. This is now fixed.Fetched April 11, 2026
Fixed - Make initializer public (975): The initializer was inadvertently scoped to access, preventing adopters from writing custom conforma…
Apollo GraphQL · Apollo iOSFixed - Fix in GraphQL descriptions generating invalid Swift comments (965): GraphQL field descriptions containing (Windows CRLF) line endi…
Apollo GraphQL · Apollo iOS