Skip to content

SwiftGraphQL 4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 08:27
9252d5d

4.0.0 (2022-08-04)

Performance Improvements

  • package: Add Query Builder Methods to WebSocketClient (#84) (9252d5d)

BREAKING CHANGES

  • package: This commit changes how we process the failure of query-builder decoding extensions. We no longer add the parsing error to the result but instead throw the error and pass it down the publisher chain.