Skip to content

Commit b068633

Browse files
Merge pull request #235261 from dlepow/gqlfix
[APIM] Clarify GQL subscription support
2 parents 65151db + 640cd71 commit b068633

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/api-management/api-management-gateways-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,19 @@ The following table compares features available in the managed gateway versus th
8787
| API | Managed (Dedicated) | Managed (Consumption) | Self-hosted |
8888
| --- | ----- | ----- | ---------- |
8989
| [OpenAPI specification](import-api-from-oas.md) | ✔️ | ✔️ | ✔️ |
90-
| [WSDL specification)](import-soap-api.md) | ✔️ | ✔️ | ✔️ |
90+
| [WSDL specification](import-soap-api.md) | ✔️ | ✔️ | ✔️ |
9191
| WADL specification | ✔️ | ✔️ | ✔️ |
9292
| [Logic App](import-logic-app-as-api.md) | ✔️ | ✔️ | ✔️ |
9393
| [App Service](import-app-service-as-api.md) | ✔️ | ✔️ | ✔️ |
9494
| [Function App](import-function-app-as-api.md) | ✔️ | ✔️ | ✔️ |
9595
| [Container App](import-container-app-with-oas.md) | ✔️ | ✔️ | ✔️ |
9696
| [Service Fabric](../service-fabric/service-fabric-api-management-overview.md) | Developer, Premium |||
9797
| [Pass-through GraphQL](graphql-apis-overview.md) | ✔️ | ✔️ ||
98-
| [Synthetic GraphQL](graphql-apis-overview.md)| ✔️ | ✔️ ||
98+
| [Synthetic GraphQL](graphql-apis-overview.md)| ✔️ | ✔️<sup>1</sup> ||
9999
| [Pass-through WebSocket](websocket-api.md) | ✔️ || ✔️ |
100100

101+
<sup>1</sup> Synthetic GraphQL subscriptions (preview) aren't supported in the Consumption tier.
102+
101103
### Policies
102104

103105
Managed and self-hosted gateways support all available [policies](api-management-policies.md) in policy definitions with the following exceptions.

articles/api-management/graphql-apis-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ API Management helps you import, manage, protect, test, publish, and monitor Gra
2525

2626
* GraphQL APIs are supported in all API Management service tiers
2727
* Pass-through and synthetic GraphQL APIs currently aren't supported in a self-hosted gateway
28-
* GraphQL subscription support in synthetic GraphQL APIs is currently in preview
28+
* Support for GraphQL subscriptions in synthetic GraphQL APIs is currently in preview and isn't available in the Consumption tier
2929

3030
## What is GraphQL?
3131

0 commit comments

Comments
 (0)