Skip to content

Commit 871b76f

Browse files
committed
typos; rationalized images
1 parent ec4a37a commit 871b76f

File tree

7 files changed

+5
-19
lines changed

7 files changed

+5
-19
lines changed

articles/api-management/graphql-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you want to import a GraphQL schema and set up field resolvers using REST or
4444

4545
1. In the dialog box, select **Full** and complete the required form fields.
4646

47-
:::image type="content" source="media/graphql-api/create-from-graphql-schema.png" alt-text="Screenshot of fields for creating a GraphQL API.":::
47+
:::image type="content" source="media/graphql-api/create-from-graphql-endpoint.png" alt-text="Screenshot of fields for creating a GraphQL API.":::
4848

4949
| Field | Description |
5050
|----------------|-------|

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ ms.custom: event-tier1-build-2022
1515

1616
[!INCLUDE [api-management-graphql-intro.md](../../includes/api-management-graphql-intro.md)]
1717

18-
[!INCLUDE [preview-callout-graphql.md](./includes/preview/preview-callout-graphql.md)]
19-
2018
In this article, you'll:
2119
> [!div class="checklist"]
2220
> * Import a GraphQL schema to your API Management instance
@@ -85,8 +83,7 @@ type User {
8583

8684
1. From the side navigation menu, under the **APIs** section, select **APIs** > your GraphQL API.
8785
1. On the **Design** tab, review the schema for a field in an object type where you want to configure a resolver.
88-
1. Select a field, and then in th
89-
1. left margin, hover the pointer.
86+
1. Select a field, and then in the left margin, hover the pointer.
9087
1. Select **+ Add Resolver**
9188

9289
:::image type="content" source="media/graphql-schema-resolve-api/add-resolver.png" alt-text="Screenshot of adding a GraphQL resolver in the portal.":::
@@ -102,12 +99,12 @@ type User {
10299
<set-method>GET</set-method>
103100
<set-url>https://myapi.contoso.com/users</set-url>
104101
</http-request>
105-
</http-data-source>\
102+
</http-data-source>
106103
```
107104

108105
:::image type="content" source="media/graphql-schema-resolve-api/configure-resolver-policy.png" alt-text="Screenshot of configuring resolver policy in the portal.":::
109106
1. Select **Create**.
110-
1. To resolve data for other fields in the schema, repeat the preceding steps to create a resolver.
107+
1. To resolve data for another field in the schema, repeat the preceding steps to create a resolver.
111108

112109
[!INCLUDE [api-management-graphql-test.md](../../includes/api-management-graphql-test.md)]
113110

articles/api-management/includes/preview/preview-callout-graphql.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Binary file not shown.

includes/api-management-graphql-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ms.custom:
3535
1. When testing is complete, exit test console.
3636

3737
## Test a subscription
38-
If your GraphQL schema includes a subscription, you can test it in the test console
38+
If your GraphQL schema includes a subscription, you can test it in the test console.
3939

4040
1. Ensure that your API allows a WebSocket URL scheme (**WS** or **WSS**) that's appropriate for your API. You can enable this setting on the **Settings** tab.
4141
1. Set up a subscription query in the query editor, and then select **Connect** to establish a WebSocket connection to the backend service.

0 commit comments

Comments
 (0)