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
I think it should verify that the query provides the arguments.
WRT parameters in fragments -- search for this is what GraphQL today does -- I believe it should also verify that, for any parameter usage in a fragment, the top-level query must provide all referenced params.
...or are they mostly a runtime concern?
In any case, write some tests on them.
The text was updated successfully, but these errors were encountered: