discussions Search Results · repo:kamilkisiela/apollo-angular language:JavaScript
Filter by
119 results
(64 ms)119 results
inkamilkisiela/apollo-angular (press backspace or delete to remove)The language qualifier is not supported when searching discussions. Try searching for issues instead?
:
Hi all! Recently I was dealing with errors handling and found out that common ApolloError type in lib
export declare class ApolloError extends Error {
name: string;
message: string;
graphQLErrors: ...
jayyrenposted
on Dec 8, 2024- 0
:
Hello Everyone! I have multiple subscriptions in my angular app in a service like this:
getNewHouses(name: String): Observable Partial House [] | void {
return this.apollo.subscribe { onNewHouses: ...
Hugofbf21posted
on Nov 5, 2024- 0
:
Hi everyone! As I need to start and stop polling condintionally, I tried to implement startPolling and stopPolling
methods of QueryRef type, but unfortunately it doesn t work in my case
Discussion here ...
jayyrenposted
on Oct 19, 2024- 0
:
I was reading through https://www.apollographql.com/docs/react/development-testing/reducing-bundle-size/ and was
wondering if anyone had done this before.
If so, how can we document this for Angular? ...
damienwebdevposted
on Sep 19, 2023- 3
:
Hello,
I m trying to use Apollo in a stand alone component and getting the following error message:
main.ts:5 ERROR Error: Client has not been defined yet
at Apollo.checkInstance (ngApollo.mjs:205:19) ...
quinnjrposted
on Oct 5, 2024- 0
:
Hi,
I am currently struggleing using my generated GQLs for testing and cannot find any solution when searching online.
I have a component, which depends on a service using the generated GQL with Apollo ...
apazureckposted
on Jan 30, 2023- 5
:
Hi there,
I am using NgRx SignalStore as a state management tool and right now I only use Apollo Angular as a GraphQL request
tool. I disabled all the caching mechanisms.
All requests are wrapped in ...
LexanRedposted
on Aug 15, 2024- 0
:
Description:
I m encountering an error when trying to use Automatic Persisted Queries (APQ) together with batch querying in Apollo
Angular. The documentation Automatic Persisted Queries (Apollo Angular) ...
anyplinposted
on Jun 4, 2024- 1
:
There are lots of examples on this page: https://the-guild.dev/graphql/apollo-angular/docs/get-started#named-clients But
I don t see the API documentation. For example:
this.apolloProvider.use( newClientName ...
UchihaYukiposted
on Jun 1, 2024- 0