Should call like following be "main-safe"....or is...
# apollo-kotlin
j
Should call like following be "main-safe"....or is expectation that client is on background thread when invoking it?
Copy code
apolloClient.query(query).execute()
m
It's completely main-safe
👍 1
On iOS, it's even the only way to call the API. Everything else will fail