Great catch, thanks!
Yes, that's correct. This is testing the behavior of non-verified queries, to ensure behavior is correct in the case a query is executed before being validated.
If validated, the fragment recursion would have been caught before execution, as would the mistyped type information.
Login to write a write a comment.
DataType
is unknown type, so...Frag
fragment spread was ignored and recursion was not tested correctly.Additional question: is it intended to just ignore a fragment on the unknown type?