refetchPolicy

fun <T> MutableExecutionOptions<T>.refetchPolicy(fetchPolicy: FetchPolicy): T

Sets the FetchPolicy used when watching queries and a cache change has been published.

This overrides any fetch policy interceptor set with refetchPolicyInterceptor.

Default: FetchPolicy.CacheOnly