jorbuedo
jorbuedo
Could be as simple as adding the `response` to the message there: https://github.com/apollographql/apollo-client/blob/e5c411a96635987149b721cb2f8108e8c321f082/src/cache/inmemory/policies.ts#L1092 I did that locally to find out the problem.
Looks good, thanks for the updates! In case you are curious, my use case was using Contentful cms. Each content model inherits from Entry, so I added: ``` possibleTypes: {...
I tried adding the object manually, seems to pass that line, but then fails at https://github.com/socketsupply/socket/blob/ddaf5094c1cac6b2a91e4381554c6ff029be6e55/api/internal/init.js#L253 With `Unhandled Promise Rejection: SecurityError: The operation is insecure.` So I'm guessing worker support...
Unfortunately `dev` doesn't build 😞 ``` $ NO_ANDROID=1 NO_IOS=1 VERBOSE=1 ./bin/install.sh # using cores: 16 warn - using '/home/jorbuedo/.local/share/socket' as SOCKET_HOME warn - Installing to '/usr/local' command -v sudo /usr/bin/sudo...
Dev does work now, thanks! Unfortunately, app is not getting clicks now, not sure why. Left click for navigation isn't picked up, but navigating via keyboard works. Can't check on...
@heapwolf it looks like app crashed after a short time as well