Alexander Wolf
01/28/2018, 10:59 AMCannot query field "votes" on type "Feed"
for the react app in the dev tools network tab. I'm new to graphql and not sure where and how to add the votes in the schema.Alexander Wolf
01/28/2018, 1:24 PMfeed {links {} votes {} }
but it has to be feed { links { ... votes {} }
- votes inside of links query object.