You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All variables defined by an operation must be used in that operation or a fragment transitively included by that operation. Unused variables cause a validation error.
So the following query should be considered invalid:
query Test($foo:Int) {
sightings{id city}
}
However, KGraphQL successfully executes it without errors.
The text was updated successfully, but these errors were encountered:
According to the spec:
So the following query should be considered invalid:
However, KGraphQL successfully executes it without errors.
The text was updated successfully, but these errors were encountered: