Michael Jones
03/31/2018, 8:28 PMYou're using fragments in your queries, but either don't have the addTypename: true option set in Apollo Client, or you are trying to write a fragment to the store without the __typename.
When I google it from what I can tell it should automatically be taken care of. Do I have to add __typename
to all of my fragments or something?harmony
03/31/2018, 9:16 PMMichael Jones
03/31/2018, 9:17 PMnilan
04/01/2018, 11:55 AMaddTypename
and it doesn't work, this looks like a bug. You can probably get help by posting here: https://github.com/apollographql/apollo-client/issues