Skip to content

Commit 0ce7381

Browse files
committed
updated screens and include
1 parent 4b1c513 commit 0ce7381

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

articles/api-management/graphql-schema-resolve-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: api-management
66
author: dlepow
77
ms.author: danlep
88
ms.topic: how-to
9-
ms.date: 05/11/2022
9+
ms.date: 05/17/2022
1010
ms.custom:
1111
---
1212

-9.54 KB
Loading
36.6 KB
Loading

includes/api-management-graphql-intro.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ms.service: api-management
33
ms.topic: include
44
author: dlepow
55
ms.author: danlep
6-
ms.date: 05/10/2022
6+
ms.date: 05/17/2022
77
ms.custom:
88
---
99

@@ -17,4 +17,6 @@ Using API Management to expose your GraphQL APIs, you can:
1717

1818
> [!NOTE]
1919
> * A single GraphQL API in API Management can map to a single GraphQL backend endpoint.
20-
> * API Management supports query, mutation, and subscription operation types in GraphQL schemas. A subscription must be implemented using the [graphql-ws](https://github.com/enisdenjo/graphql-ws) WebSocket protocol. Queries and mutations are not supported over WebSocket.
20+
> * API Management supports query, mutation, and subscription operation types in GraphQL schemas.
21+
> * Subscriptions are not supported in the **Consumption** service tier.
22+
> * A subscription must be implemented using the [graphql-ws](https://github.com/enisdenjo/graphql-ws) WebSocket protocol. Queries and mutations are not supported over WebSocket.

0 commit comments

Comments
 (0)