Basic implementation not working on Android #4379
Answered
by
TomasMoskala
TomasMoskala
asked this question in
General
-
Hi,
It works in playground it also works with Apollo client built in Angular and run in browser by Ionic. If I change the client's url to https://api.spacex.land/graphql/ then it also works on Android.
I make the query like this:
data.service.ts
Why are my server and client not connecting on Android? |
Beta Was this translation helpful? Give feedback.
Answered by
TomasMoskala
Jul 19, 2020
Replies: 1 comment
Answer selected by
TomasMoskala
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved