在Google Cloud Functions上运行Apollo GraphQL Server

时间:2018-03-22 06:21:09

标签: google-cloud-platform graphql google-cloud-functions apollo-server

我想在Google Cloud Functions上运行Apollo GraphQL服务器。它基本上归结为运行一个我认为具有不同路由的Express服务器。是否可能,如果是,那么如何?请注意,我不希望将任何Firebase库用于此处突出显示的内容:

1)Cloud Functions for Firebase and Express

2)https://codeburst.io/graphql-server-on-cloud-functions-for-firebase-ae97441399c0

3)https://codeburst.io/express-js-on-cloud-functions-for-firebase-86ed26f9144c

感谢。

2 个答案:

答案 0 :(得分:2)

由于Raj Chaudhary的答案的链接已死,因此这里是GraphQL Server的官方Google Cloud Function集成:https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-cloud-functions

您可以使用它在Google Cloud Functions上运行Apollo GraphQL服务器。

答案 1 :(得分:1)

感谢James Hegedus的出色工作,这是可能的。查看https://github.com/jthegedus/blog-code/tree/master/gcp-functions-graphql了解解决方案。