Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
111 views

When using a Fragment in my query for Graphql call, I am facing below issue with Fragment during Moshi conversion. I have query like this fetchData($userId: String!) { ...UserDataFields } fragment ...
skv1996's user avatar
0 votes
1 answer
385 views

I am using Apollo GraphQL Kotlin client and codegen. But the fragment classes generated by it cannot be saved in instance state as they are not serializable. What is the smartest way to make this ...
Raj Chaudhary's user avatar
0 votes
1 answer
142 views

I am trying to use Apollo Kotlin as GraphQL client for GraphQL queries. Apollo Kotlin requires a schema in your module’s src/main/graphql directory. All our Schemas are present in a separate git repo (...
Vinod Jayachandran's user avatar
2 votes
3 answers
492 views

This code - manual query execution without watch - throws an exception as I expect it (due to an intentionally wrong server url not shown here): try { val response = apolloClient.query(MyQuery())....
me.at.coding's user avatar
  • 18.5k
1 vote
1 answer
1k views

Steps that I made so far. Downloaded an install the graphql plugin to execute the queries internally. Created this config file for executing local queries for the expected behavior. Which is ...
A S M Sayem's user avatar
  • 2,090
1 vote
1 answer
622 views

With Apollo Kotlin 3 the ApolloHttpException there is no rawResponse() method anymore and the body property is always null. Is there a way to get the error body?
Roberto Leinardi's user avatar