Skip to content

Commit d93dad4

Browse files
committed
review comments; copyedits
1 parent 66f2bd5 commit d93dad4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/api-management/graphql-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ If your GraphQL API supports a subscription, you can test it in the test consol
135135

136136
## Secure your GraphQL API
137137

138-
Secure your GraphQL API by applying both existing [access control policies](api-management-policies.md#access-restriction-policies) and a [GraphQL validation policy](validate-graphql-request-policy.md) to secure and protect against GraphQL-specific attacks.
138+
Secure your GraphQL API by applying both existing [access control policies](api-management-policies.md#access-restriction-policies) and a [GraphQL validation policy](validate-graphql-request-policy.md) to protect against GraphQL-specific attacks.
139139

140140
[!INCLUDE [api-management-define-api-topics.md](../../includes/api-management-define-api-topics.md)]
141141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ author: dlepow
66

77
ms.service: api-management
88
ms.topic: conceptual
9-
ms.date: 02/14/2023
9+
ms.date: 02/26/2023
1010
ms.author: danlep
1111
---
1212

1313
# Overview of GraphQL APIs in Azure API Management
1414

15-
You can use API Management to manage GraphQL APIs - APIs based on the GraphQL query language. GraphQL provides a complete and understandable description of the data in an API, giving clients the power to efficiently retrieve exactly the data they need. [Learn more about GraphQL]( https://graphql.org/learn/)
15+
You can use API Management to manage GraphQL APIs - APIs based on the GraphQL query language. GraphQL provides a complete and understandable description of the data in an API, giving clients the power to efficiently retrieve exactly the data they need. [Learn more about GraphQL](https://graphql.org/learn/)
1616

1717
API Management helps you import, manage, protect, test, publish, and monitor GraphQL APIs. You can choose one of two API models:
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ type User {
110110

111111
## Secure your GraphQL API
112112

113-
Secure your GraphQL API by applying both existing [access control policies](api-management-policies.md#access-restriction-policies) and a [GraphQL validation policy](validate-graphql-request-policy.md) to secure and protect against GraphQL-specific attacks.
113+
Secure your GraphQL API by applying both existing [access control policies](api-management-policies.md#access-restriction-policies) and a [GraphQL validation policy](validate-graphql-request-policy.md) to protect against GraphQL-specific attacks.
114114

115115

116116
[!INCLUDE [api-management-define-api-topics.md](../../includes/api-management-define-api-topics.md)]

0 commit comments

Comments
 (0)