Releases: maticzav/swift-graphql
Releases · maticzav/swift-graphql
SwiftGraphQL 5.0.4
SwiftGraphQL 5.0.3
SwiftGraphQL 5.0.2
SwiftGraphQL 5.0.1
5.0.1 (2023-05-25)
Bug Fixes
- correctly escape double quotes in @deprecated directive description (#131) (2b6facf)
SwiftGraphQL 5.0.0
5.0.0 (2023-05-02)
Performance Improvements
BREAKING CHANGES
- This PR changes the public interface of
OperationResult
andDecodedOperationResult
which now contain an optional error field instead of an array. Additionally, this PR fixes a bug where the client would silently fail with a parsing error instead of throwing request execution error reported by the server.