Commit Graph

14 Commits

Author SHA1 Message Date
7ea76865e6
Validate the subscription root
…not to be an introspection field.
2024-12-01 21:53:01 +01:00
2dcefff76a
Add test for introspection as subscription root
Add a pending test checking that an introspection field cannot be
subscription root.
2024-11-10 22:23:54 +01:00
27a5a0b44e
Adjust wording according to the 2021 specification 2024-11-07 18:18:12 +01:00
67720f9ebe
Replace gql with literals in the validation tests 2024-10-18 21:00:48 +02:00
ba07f8298b
Validate repeatable directives 2024-10-13 19:40:12 +02:00
809f446ff1
Fix variable location in objects and lists 2024-01-05 20:46:02 +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
b1c5a568dd
Add a failing test for unused variables bug 2023-12-21 21:34:37 +01:00
fdc43e4e25 Fix non nullable type representation
…in executor error messages.
2023-10-13 20:42:24 +02:00
eedab9e742
Don't append a trailing newline in gql 2021-09-22 08:50:20 +02:00
5a5f265fe4 Validate non-nullable values inside lists 2021-05-06 22:23:16 +02:00
5654b78935
Traverse input object properties once 2021-04-12 07:09:39 +02:00
328e6acdee
Emit list item errors once 2021-03-16 10:08:13 +01:00
ed725ea514 Split validation rule tests in contexts 2021-02-06 12:54:27 +01:00