I am using graphql from the last few days. I am using query to excess some data from my mongodb data base. The query is
query {try{sentences{tokens { index word }}}}
It is giving me all the data from my data base. Now when I am trying to use some filter in my query, I am facing error. If any one can me any idea or solution about my mistake it will be helpful.
I tried same (word: "such")
, in query, try and sentences also. But facing same error. Tried to do greater, equal and different query with find and filter.
***schema