Commit Graph

176 Commits

Author SHA1 Message Date
2215799cf7 Release 1.5.0.1 2025-06-19 13:50:45 +02:00
324a4c55ff Release 1.5.0.0 2024-12-03 19:49:33 +01:00
7ea76865e6 Validate the subscription root
…not to be an introspection field.
2024-12-01 21:53:01 +01:00
6f7bb10a62 Remove deprecated gql quasi quoter 2024-11-05 19:39:16 +01:00
fda4b4fce4 Release 1.4.0.0 2024-10-26 20:03:32 +02:00
5abc377e9d Deprecate gql 2024-10-24 16:56:31 +02:00
ba07f8298b Validate repeatable directives 2024-10-13 19:40:12 +02:00
b40d8a7e1e Parse repeatable directive definitions 2024-08-27 10:51:01 +02:00
4b5e25a4d8 Add repeatable argument to the directive
…  schema representation.
2024-08-25 12:01:48 +02:00
9d85379826 Remove cariage return from the qq string 2024-08-04 08:30:00 +02:00
e071553e75 Update QuickCheck and containers 2024-05-01 14:06:33 +02:00
e731c7db07 Remove deprecated symbols from the Error module 2024-04-04 18:51:58 +02:00
303f84ed41 Release 1.2.0.3 2024-01-09 14:29:54 +01:00
d2ea9fb467 Release 1.2.0.2 2024-01-08 22:29:58 +01:00
b1b6bfcdb9 Add a test for the wrong variable location
inside an input object for the role checking for unused and undefined
variables.
2023-12-28 09:45:39 +01:00
a961b168db Add a test for the input object coercion issue 2023-11-08 20:08:47 +01:00
7c78497e04 Add a CHANGELOG entry for the show type fix 2023-10-14 16:40:19 +02:00
2fdf04f54a Remove leading carriage return in gql 2023-08-03 08:00:36 +02:00
3ed7dcd401 Support hspec 2.11 2023-04-25 08:51:18 +02:00
408dfb4301 Update web links 2023-03-23 09:46:04 +01:00
3b69dac371 Release 1.2.0.0 2023-02-28 17:54:02 +01:00
2834360411 Remove JSON support in the core package 2023-02-26 09:43:43 +01:00
83f2dc1a2d Encode type extensions 2023-02-25 10:15:22 +01:00
3b0da4f3d7 Fix resolvers returning a list in the reverse order 2023-02-24 17:14:43 +01:00
a96d4e6ef3 Add Semigroup and Monoid instances for Description 2022-12-27 10:38:08 +01:00
3ce6e7da46 Encode schema definitions 2022-12-25 16:38:00 +01:00
2f9881bb21 Fix GHC 9.2 warnings and deprecations
- Fix GHC 9.2 warnings
- Convert comments to proper deprecations
2022-12-24 18:09:52 +01:00
bf2e4925b4 Add operation type encoder 2022-10-02 11:38:53 +02:00
0dac9701bc Document usage of the json flag 2022-06-30 11:10:46 +02:00
0d25f482dd Remove deprecated Error functions 2022-03-31 21:49:44 +02:00
a2401d563b Allow version 2.0 of the text package. 2022-03-27 13:41:16 +02:00
8503c0f288 enhance query errors 2022-02-16 08:58:16 +01:00
05e6aa4c95 add Arbitrary instances for AST.Document, add random arguments Parser test 2022-02-14 19:18:13 +01:00
0c8edae90a fix empty list argument parsing 2022-01-09 09:00:56 +01:00
73585dde85 Add unreleased changelog entry 2022-01-07 08:45:34 +01:00
1f7bd92d11 fix index position in error path 2022-01-07 08:31:47 +01:00
16cbe3fc28 Release 1.0.2.0 2021-12-26 05:14:36 +01:00
116aa1f6bb Put JSON support behind a flag 2021-12-24 13:35:18 +01:00
df078a59d0 Add Serialize and VariableValue value instances
- `Serialize` instance for `Type.Definition.Value`.
- `VariableValue` instance for `Type.Definition.Value`.

It makes it possible to use the library without an additional
serialization format like JSON.
2021-12-22 08:56:01 +01:00
a044fc40d3 Release 1.0.1.0 2021-09-27 07:24:02 +02:00
a3f18932bd Add TH module with gql quasi quoter 2021-09-21 09:37:57 +02:00
7b00e8a0ab Deprecate unused functions from the old executor 2021-09-05 09:14:57 +02:00
de4f69ab03 Add CHANGELOG entries for the new executor 2021-09-04 07:12:34 +02:00
cc8f14f122 Provide a custom Show instance for output Value 2021-08-31 17:29:20 +02:00
dd6fdf69f6 Release 1.0.0.0 2021-07-04 09:57:17 +02:00
b99bb72272 Report subscription error locations 2021-07-02 09:28:03 +02:00
6fe9eb72e4 Fix merging fields with arguments
executeField shouldn't assume that a selection has only one field with a
given name, but it should take the first field. The underlying cause is
a wrong pattern, which (because of the laziness) is executed only if the
field has arguments.
2021-06-18 06:51:14 +02:00
c311cb0070 Add constructor with additional schema types 2021-05-13 17:40:38 +02:00
1af95345d2 Deprecate internal error generation functions
The functions generating errors in the executor should be changed anyway
when we provide better error messages from the executor, with the error
location and response path. So public definitions of these functions are
deprecated now and they are replaced by more generic functions in the
executor code.
2021-05-10 09:43:39 +02:00
5a5f265fe4 Validate non-nullable values inside lists 2021-05-06 22:23:16 +02:00