Deprecate gql
All checks were successful
Build / audit (push) Successful in 17s
Build / test (push) Successful in 6m3s
Build / doc (push) Successful in 5m5s

This commit is contained in:
2024-10-24 16:56:31 +02:00
parent 67720f9ebe
commit 5abc377e9d
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ and this project adheres to
repeatable directives. The parser can parse repeatable directive definitions.
Validation allows repeatable directives.
- `AST.Document.Directive` is a record.
- `gql` quasi quoter is deprecated (moved to graphql-spice package).
### Fixed
- `gql` quasi quoter recognizeds all GraphQL line endings (CR, LF and CRLF).