Open stuebingerb opened 17 hours ago
According to the spec:
Defined fragments must be used within a document.
So the following query should be considered invalid:
query Test { sightings{id city} } fragment Unused on UFOSighting { city }
However, KGraphQL successfully executes it without errors.
According to the spec:
So the following query should be considered invalid:
However, KGraphQL successfully executes it without errors.