我们使用Azure APIM作为网关设置微服务,并在后台设置所有服务的路由器。有没有什么方法可以在APIM之前或APIM内引入GrpahQl?
发布于 2019-12-03 22:39:01
回答你直接的问题是,到目前为止还没有通过Azure APIM对GraphQL的支持。
这是其中一个特性,我和其他许多人在Azure uservoice @ GraphQL introspective support within API Management / feedback论坛上都对此给予了高度评价。
发布于 2021-11-02 15:37:20
假设您的后端API是为支持GraphQL而编写的,那么现在可以通过Azure API Management导入Azure API(在撰写此响应时的预览版本):https://docs.microsoft.com/en-us/azure/api-management/graphql-api
还提供了GraphQL验证策略(预览中):https://docs.microsoft.com/en-us/azure/api-management/graphql-validation-policies
https://stackoverflow.com/questions/59153464
复制相似问题