Vadim Loginov

Results 1 comments of Vadim Loginov

Hi @phryneas! Thank you for your response. I use `Angular` and `apollo-angular`. Here is how `watchQuery` is used: ``` ngOnInit() { this.qRef = this.apollo.watchQuery({ query: booksQuery, fetchPolicy: "network-only" }); this.qRef.valueChanges.subscribe(({...