CacheAndNetwork

Emit the response from the cache first, and then emit the response(s) from the network.

Warning: this can emit multiple successful responses, therefore ApolloCall.execute should not be used with this fetch policy. Use only with ApolloCall.toFlow or ApolloCall.watch.

Properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int