Apollo boost - __typename in query prevent new mutation
问题 I have a problem in my meteor/react/apollo (with boost) project. When I query data from the server, it adds __typename to every object and subobject in my query but it my case it creates a major issue as I normally reuse these data to send them to other mutation. Now the other mutation tell me there is an error because the __typename field is not defined in my graphql schema. I tried to fix by adding the addTypename: false field to my apollo client but it didn't change anything (note I am