Skip to main content
0 votes
0 answers
56 views

My React Native app (v0.79.5) with Apollo Client works perfectly when testing locally with release APK, but when uploaded to Google Play Console and downloaded from the Play Store, I get consistent ...
Yash Nayi's user avatar
  • 147
1 vote
0 answers
91 views

I'm trying to run a graphql server in nestjs. I get this error when trying to run this project. Package subpath './express4' is not defined by "exports" in /Users/shehanniwanthaka/WORK/RND/...
Shehan DMG's user avatar
0 votes
3 answers
120 views

I have an nx monorepo with a NestJS GraphQL application and it doesn't seem to be generating the latest schema from my Resolver class. I have a @Query and a @Mutation but only the @Query is being ...
mh377's user avatar
  • 1,834
-1 votes
1 answer
79 views

Since sometime recently, possibly from upgrading to apollo 3.9.9 or from switching to mocking with graphql-codegen (not sure which if either), the console of my developer tools now fills up with ...
Pix81's user avatar
  • 715
0 votes
1 answer
53 views

In my react app, I would like to navigate to another page after I execute GQL delete mutation using Apollo. This mutation is called from inside a modal popup: function DeckDeleteModal({showModal, ...
Smajl's user avatar
  • 8,069
1 vote
1 answer
33 views

I am using the following code to manage logged in user fetched from apollo query in my React app. import { useQuery } from '@apollo/client'; import { createContext, useEffect, useState } from 'react'; ...
Smajl's user avatar
  • 8,069
0 votes
0 answers
122 views

------------Update------------ In the end I never solved this problem, and instead deployed the api as its own app service which solved the problem. ----------- Original Post ------------------- I'm ...
chris's user avatar
  • 1
0 votes
0 answers
47 views

I encountered an issue where, when using Apollo to inject a static variable property, the variable is null during project startup. However, when the variable is modified via Apollo, its value is ...
NoBug's user avatar
  • 1
0 votes
0 answers
32 views

We use Apollo inside our Spring Boot app and define our schema in schema.graphqls file. Sometimes, we mark some arguments / fields as deprecated. Is there some way how to detect that some client calls ...
Smajl's user avatar
  • 8,069
0 votes
0 answers
42 views

I have below code snippet: const [state, setState] = useState(null); {data, loading, error} = useQuery(SOME_QUERY, {fetchPolicy: 'no-cache'}); useEffect(() => { setState(data) }, [data]); This ...
Mrityu's user avatar
  • 496
0 votes
0 answers
47 views

I am writing a resolve for an object defined via Graphql. Despite the response returned from a query being correct, typescript keeps giving this error Types of property 'code' are incompatible. ...
user6313136's user avatar
0 votes
0 answers
34 views

New to GraphQL. Working on designing integration for native mobile app (kotlin/swift). Planning to use Apollo GraphQL Architecture: native app(app) -> graphQL server (server) -> REST endpoint (...
James's user avatar
  • 1
1 vote
2 answers
246 views

I want to get the cookie with my client component, but somehow, it always return undefined or empty string. I am using js-cookie since someone recommend it. ApolloProviderClient.tsx: "use client&...
Fikri Lazuardi's user avatar
0 votes
1 answer
37 views

Token API should get called before the GraphQL API but it's being called at the same time I am fetching the headers inside setContext Inside commonAuthHeaders I am calling the API to get refresh token ...
Nischal Singh's user avatar
1 vote
0 answers
15 views

I want to throw a custom exception from the my reactive spring-boot backend to the browser front end over graphql apollo. I want to front end browser to know about the specific information in this ...
Oliver Watkins's user avatar

15 30 50 per page
1
2 3 4 5
302