anark
anark
Related to https://github.com/apollographql/apollo-feature-requests/issues/238
I've been using something like the following to do this ``` cache.modify({ fields: { totalBalance: (existingTotalBalance, { fieldName, storeFieldName, DELETE }) => { const args = JSON.parse(storeFieldName.replace(`${fieldName}:`, '')) if (args.currency...
This is blocking us from upgrading as well. Any help would be appreciated.
We have the same issue. I much prefer the output from apollo-codegen than from graphql-code-generator as it is easier to use query results in nested react components but the underscores...
I get this issue as well and am not calling `removeWorker` anywhere. I noticed however that I consistently get this issue when running via `dev-client` in expo. When I make...
@benjamn , I'm also running into this. What is needed to get this looked at?
:+1: for this it would be nice to be able so specify this on a specific field and not need a form
We dont have problems with IE if we still use the form as the s3_uploader. However if you us a file_field then it will not work. If we use a...