Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

[Feature] Proper support for @live directive + support @defer directive #29

@alexstrat

Description

@alexstrat

As of today, any query and the whole query is considered as @live query (ie queries for which we emit results when it changes).

I think proper support for the @live directive should look like this:

  • result of executing a query is not live if the directive is not present: it produces an Observable that completes after the first result
  • only specific fields can be marked as @live or the whole operation can be marked as @live

Support for @defer directive.

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