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
Dumbly assumes to return a GeoFilter, would probably return a list of locations etc. You wouldn't really pass an argument to the input, you would just pass another property, since input is basically an argument. It can be (input, another) or just add inside the input type
I'm not sure whether this is a feature request, a bug report or a documentation issue.
I'm using apollo-server-express 2.0.2 with this code:
Now I was trying to use Field Arguments with an
input
object:This results in an error:
When switching from
input
totype
everything works:I haven't found anything on the internet about using
input
with field arguments.How does this work? Or what am I missing?
The text was updated successfully, but these errors were encountered: