Sorry guys, I was hoping if someone can point me to a multiplatform sample with an android, js and jvm targets. Looking at the github repo, the pnly multiplatform artifact I see is
apollo-api
. Help please
t
taso
04/25/2021, 10:56 AM
There should be a folder named sample
On 2.x version, only apollo-api is in multiplatform which let's you use the generated code in iOS/JS projects.
If you want to go more experimental, checkout dev-3.x branch where the runtime also supports multiplatform
a
andylamax
04/25/2021, 4:01 PM
Thanks for this response, Let me check on dev-3.x then