-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
I've been trying to query something with filter, but I'm keep getting the error
"Unknown argument \"filter\" on field \"Claim\" of type \"Query\"."
But all the tutorials I've tried just write the query like that..
query {
Claim(filter: { score_gt: 1500 }){
claimID
}
}
But when I tried similar query on this sandbox https://codesandbox.io/embed/r047mmrnln it works well.
I can filter things in my 'Movie'.
I've checked the schema, which are similar .
What is the problem here?
React.js , Apollo Client and Neo4j . Thank you in advance !