To improve network performance with GraphQL, it would really be nice to have the option to enable APQ in the iOS ApolloClient. On Android this feature is already implemented like this:
ApolloClient.builder()
/* ... */
.enableAutoPersistedQueries(true)
/* ... */
.build()
To improve network performance with GraphQL, it would really be nice to have the option to enable APQ in the iOS ApolloClient. On Android this feature is already implemented like this: