graphql-client v1.1.0 Release Notes

Release Date: 2020-09-25 // over 3 years ago
  • ๐Ÿ’ฅ Breaking changes:

    • Require aeson-schemas-1.3.0
      • TypeApplications is no longer needed for get quasiquoters
      • See aeson-schemas CHANGELOG for more details
    • Scalars now also need a ToJSON instance

    Miscellaneous changes:

    • ๐Ÿ‘Œ Improved test-utils UX:
      • Export AnyResultMock
      • Add Show instance for AnyResultMock
      • Add MonadTrans instance for MockQueryT

Previous changes from v1.0.0

  • ๐ŸŽ‰ Initial release:

    • Implement graphql-client Haskell library with a graphql-codegen executable that can generate Haskell definitions for .graphql files.