graphql-spice/CHANGELOG.md
Eugen Wissner 11ab7e18e1
Some checks failed
Build / audit (push) Failing after 23s
Build / test (push) Failing after 22s
Build / doc (push) Failing after 24s
Add deriveToGraphQL
… for deriving `ToGraphQL` instances automatically.
2024-07-07 12:55:42 +02:00

1.3 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Haskell Package Versioning Policy.

Unreleased

Added

  • Add deriveToGraphQL for deriving ToGraphQL instances automatically.

1.0.2.0 - 2023-07-07

Added

  • ToGraphQL and FromGraphQL instances for Word types, Float, Double, and Scientific.
  • ToGraphQL and FromGraphQL instances for Day, DiffTime, NominalDiffTime, UTCTime, LocalTime and TimeOfDay.
  • Resolver: Export ServerException.
  • Resolver.defaultResolver: Throw FieldNotResolvedException if the requested field is not in the parent object.

1.0.1.0 - 2023-02-17

Added

  • ToGraphQL and FromGraphQL typeclasses with instances for basic types.
  • Resolver module with argument and defaultResolver helper functions.

1.0.0.0 - 2022-03-29

Added

  • JSON serialization.
  • Test helpers.