Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Possible to host graphql server in ApigeeX?

Hi, 

Can you Please provide clarification for below,

I have created graphQL server in Springboot code. Is this possible to deploy as a jar in java callout policy?

or any other option to host graphQL server in ApigeeX?

Solved Solved
0 5 263
1 ACCEPTED SOLUTION

No

A good place to host server logic is in Cloud Run.  Then use Apigee as the API Gateway layer in front of that service. 

Hosting servers as Java callouts within Apigee is an anti-pattern!  Apigee is not a general-purpose application hosting system.  Cloud run is a general-purpose, container oriented hosting system!  You can build a server in spring boot and deploy to cloud run from your workstation. It's really cool!  

 

View solution in original post

5 REPLIES 5