单独文件中的Apollo客户端架构

时间:2018-12-11 21:23:14

标签: graphql apollo apollo-client apollo-link-state

在Apollo客户端中,如下所示,结合客户端模式的最佳方法是什么?

// User.js
type User {
  firstName: String
  lastName: String
}

// Schema.js
type Query {
  user: User
}

0 个答案:

没有答案
相关问题