Policies.safe constructor

Policies.safe(
  1. FetchPolicy fetch,
  2. ErrorPolicy error,
  3. CacheRereadPolicy cacheReread
)

Implementation

Policies.safe(
  FetchPolicy this.fetch,
  ErrorPolicy this.error,
  CacheRereadPolicy this.cacheReread,
);