Skip to content

Support partial return values from denormalize() #9

Open
@jonaskello

Description

@jonaskello

Today the denormalize function only returns a result if the whole query could be resolved from cache. It would be nice it it could return as much as possible, and also return an updated version of the query with the available fields removed. That query could be used to fill the missing parts of the cache. This would work best with data that is read-only because otherwise you might get inconsistent data in cache unless you refetch the full query.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions