Open waltermvp opened 5 years ago
Did you ever find an answer to this? I am also wondering. Created an issue here https://github.com/apollographql/apollo-client/issues/6506
Someone on reddit gave me the solution. I was passing addtypename:false which was breaking everything.
You can see my fully working example using Appsync with virtual fields here. https://codesandbox.io/s/stoic-johnson-rkgmg?file=/src/EventList.js
Question,
Im using Amplify + Apollo with react-native and im wondering if it's possible to use virtual-fields when using amplify. If so how would I edit the client schema? Thanks