这些服务端实现有什么区别?怎样选择?
https://github.com/graphql/graphql-js/
https://github.com/graphql/express-graphql
https://github.com/apollographql/apollo-server
特别是,apollo-server 有什么优势?我看了一下文档,似乎:
1,type 直接写,字段不用写 fields,
2,type 与与 resolver 分开写,
3,支持上传文件,
是这样?还有什么优势?为什么很多推荐?
https://github.com/graphql/graphql-js/
https://github.com/graphql/express-graphql
https://github.com/apollographql/apollo-server
特别是,apollo-server 有什么优势?我看了一下文档,似乎:
1,type 直接写,字段不用写 fields,
2,type 与与 resolver 分开写,
3,支持上传文件,
是这样?还有什么优势?为什么很多推荐?