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
Just enabled the schema inspection from #386 and I have a suggestion for additional validation it could make. If the arguments have different names then the ones provided in the schema theyre not mapped when the query is triggered.
Uh oh!
There was an error while loading. Please reload this page.
Hi Fellas
Just enabled the schema inspection from #386 and I have a suggestion for additional validation it could make. If the arguments have different names then the ones provided in the schema theyre not mapped when the query is triggered.
Example.
My graphql file.
My java query resolver
The report looks like this
If i trigger a query like this
then the "anotherName" value is null. It would be nice if the schema inspection could warn about it.
The text was updated successfully, but these errors were encountered: