Skip to content

discussions Search Results · repo:kamilkisiela/apollo-angular language:JavaScript

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: ...

https://www.apollographql.com/docs/react/api/link/persisted-queries
  • setchyposted
    on Nov 28, 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: ...

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 ...

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? ...

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) ...

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 ...

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 ...

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) ...

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 ...