这些服务端实现有什么区别?怎样选择? 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,支持上传文件, 是这样?还有什么优势?为什么很多推荐?