Join Slack
Powered by
Should call like following be "main-safe"....or is...
# apollo-kotlin
j
John O'Reilly
12/30/2021, 9:27 PM
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
mbonnin
12/30/2021, 10:35 PM
It's completely main-safe
👍 1
mbonnin
12/30/2021, 10:35 PM
On iOS, it's even the only way to call the API. Everything else will fail
3
Views
Open in Slack
Previous
Next