FullIndex.disabled constructor

const FullIndex.disabled()

Disables FullIndex generation for this resource. Use when a resource only has GroupIndex indices.

Implementation

const FullIndex.disabled()
    : isEnabled = false,
      localName = '',
      policy = RootResourceFetchPolicy.prefetch;