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
Sometimes it is easy to make a mistake with argument names in @QueryMapping methods. This is not reported by schema introspection and error will bubble up on query execution.
@Argument allows to map the argument name internally, though it will be really nice to see such kind of mismatch reported by schema introspection report.
svilen-ivanov-kubit and NiHaJanitzaRubenGamarrarodriguez-tomtom