freshcoat

Results 3 comments of freshcoat

Removing the __typename shouldn’t be the way to go as it’s important to keep the cache in sync (cache uses the typenames). I am using the ‘omit’ function of lodash...

You have to wrap your items with an element; error; ``` indexes.map((index: number) => ( ... )) ``` Fix; ``` {indexes.map((index: number) => ( ... ))} ```

Have this same issue, did you manage to fix it? Log output VSC: ``` ------------------------------ 🚀 Apollo GraphQL v1.7.1 ------------------------------ ✅ Service Loaded! 🆔 Service ID: name-1234 🏷 Schema Tag:...