Jesse Zomer
Jesse Zomer
any chance this will get solved without having to downgrade?
I'm looking for documentation for local-only mutations. I see there's still a checkbox missing with the mutation example, but if someone could explain to me what I'm doing wrong, that...
@dmitry I didn't migrate from local mutation resolvers to reactive variables, but I threw away the local mutations and just did direct cache updates with read/writeQuery.
For any future readers: I've made a script to revert all the `TestHostComponents` back to normal components. It might be usefull for somebody else: ```typescript import { Project, SyntaxKind }...
We're having the same problem on version `16.4.2`. ``` > nx run docent:build:production Unable to read angular.json RangeError: Failed to process the project graph with "nx-js-graph-plugin". Maximum call stack size...
Hello, I agree that using observables in the library seems like the best plan. I do however have some questions about using apollo-angular together with signals. There are a few...