$npx -y @buildinternet/releases show rel_B3enE-TshbRD4C9NWwqGl
Fixed
Fixed inconsistent ordering of fragments in generated operation definitions (#130): In order to make the ordering of fragments consistent, they are now alphabetized. This is a change to the data that gets sent over the wire when making a network request for an operation with fragments. Persisted Queries users should re-register their queries when upgrading to this version.Thank you to @scottasoutherland for reporting the issue.
Improvement
Add initializer for SelectionSet that takes a [String: Any] JSON object (#102):Thank you to @Cookiezby for the contribution.