Does Apigee have support for GraphQL?

From the title: Does Apigee have some GraphQL functionality built-in?

Based on what I have read, it seems the way to implement GraphQL within Apigee is to include the GraphQL query in a POST request and have it processed by a target.

Is there a better way to do it? Thanks.

1 Like

@Nicnic Nicnic, a reference implementation, along with a utility to assist with authorization mapping, has been published for how GraphQL developers could get a ton of value from implementing with Apigee.

Please see this community article for an overview, and the following links for a deeper dive with source:

https://github.com/apigee/graphql-authz
and

https://github.com/apigee/api-platform-samples/tree/master/sample-proxies/graphql-sample

If you do use it and have some feedback, would be great to hear.

cleardot.gif

8 Likes

Cool, David!

1 Like