Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在后端使用graphql-yoga作为服务器,在后端使用prisma作为 GraphQL 数据库,现在我正在寻找本地 GraphQL 数据库,但我找不到任何东西,我担心 react-native 没有本地 GraphQL 数据库:(
在我的研究中,客户端 GraphQL 还没有被任何单个包轻松支持。
Hasura 有一个有用的 repo展示了它是如何实现的。不过,graphql-tools 包至少会为您的包大小增加约 32kb。对于 React Native 来说可能是可以接受的。
但是在这之后,您需要弄清楚您想要使用的任何底层数据存储,并且您需要自己将数据存储连接到您的 GraphQL 模式。