help wantedideaneeds poc implementation
仓库指标
- 星标
- (439 个星标)
- PR 合并指标
- (平均合并 1天 12小时) (30 天内合并 3 个 PR)
描述
Can't believe it has been nearly 5 years since this video https://www.youtube.com/watch?t=1090&v=ViXL0YQnioU where Lee Byron presents the idea of the @live directive.
{
feed {
stories {
author { name }
message
likeCount @live
}
}
}
Really cool to follow your progress on live queries, but I've been wondering why you went with the approach of annotating the entire query vs being able to annotate the individual fields or fragments?
Are you planning, at some point, to support @live per field or fragment, or what is the rationale of annotating the whole query?
Keep up the great work!