acceptPartialData property

  1. @override
bool acceptPartialData

Whether it is permissible to write partial data, as determined by partialDataPolicy.

Passed through to normalize. When normalizeOperation isn't passed acceptPartialData, It will simply return null if any part of the query can't be constructed.

Implementation

@override
bool get acceptPartialData =>
    partialDataPolicy == PartialDataCachePolicy.accept;