Add repeatable argument to the directive

…  schema representation.
This commit is contained in:
2024-08-25 12:01:48 +02:00
parent a4e648d5aa
commit 4b5e25a4d8
6 changed files with 22 additions and 10 deletions

View File

@ -7,9 +7,16 @@ and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [Unreleased]
### Changed
- `Schema.Directive` is extended to contain a boolean argument, representing
repeatable directives.
### Fixed
- `gql` quasi quoter recognizeds all GraphQL line endings (CR, LF and CRLF).
### Added
- @specifiedBy directive.
## [1.3.0.0] - 2024-05-01
### Changed
- Remove deprecated `runCollectErrs`, `Resolution`, `CollectErrsT` from the