文件名称:graffy:图形数据的实时查询
文件大小:331KB
文件格式:ZIP
更新时间:2024-08-23 17:27:29
nodejs graphql falcor streaming-api data-fetching
格拉菲 Graffy 是一个以图形为中心的 API 的工具包。 它具有可与 GraphQL 和 Firebase 相媲美的功能。 为什么? Graffy 支持复杂的、富有表现力的实时查询 - 具有多个级别的资源扩展和分页 - 基于的新应用。 客户端示例 import Graffy from '@graffy/core' ; import GraffyClient from '@graffy/client' ; const store = new Graffy ( ) ; store . use ( new GraffyClient ( '/api' ) ) ; const query = { posts : [ { last : 10 } , { // Pagination parameters title : true , author : { name : t