Tag: Kotlin
-
GraphQL Refresh Token in Kotlin
0 Please I need some help. I am running an Interceptor to detect if the access token is expired or not. So If expired I am trying to refresh Token otherwise I send the request. My issue that it is running the refresh token request with the token on the header and the other requests…
-
Apollo parse exception in Android
1 Thanks in advance for help me. In my previous code GraphQL code was working but we want to migrate the Aws Amplify when we added the Amplify after words i am getting the data in interceptor but after that getting exception- "com.apollographql.apollo.exception.ApolloParseException: Failed to parse http response" "Parameter specified as non null is null…
-
Error when Trying to Execute GraphQL Mutation with Micronaut and Kotlin
0 I am creating a microanuat and kotlin app using grapqhl but when trying with curl am getting an error which i have pasted below the code, am trying to figure wher i am going wrong import graphql.ExecutionInput import graphql.GraphQL import io.micronaut.http.annotation.Controller import io.micron " curl -X POST -H "Content-Type: application/json" -d ‘{ "query": "mutation…
-
Android Studio Kotlin unresolved reference : products
0 I am using Android Studio Giraffe and mobile buy sdk 16.1.0.when I want to add a query for retrieve first 3 products from shopify it gives unresolved reference : products but all my dependencies and imports are correct should I use something different? val query = Storefront.query { rootQuery: Storefront.QueryRootQuery -> rootQuery.shop { shopQuery:…