Skip to content

Commit a8ff5a4

Browse files
committed
updates
1 parent 7230a26 commit a8ff5a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you want to expose an existing GraphQL endpoint as an API, see [Import a Grap
4141

4242
:::image type="content" source="media/graphql-api/import-graphql-api.png" alt-text="Screenshot of selecting the GraphQL tile.":::
4343

44-
1. In the dialog box, select **Full**, then enter values in the required fields, as described in the following table.
44+
1. In the dialog box, select **Full**, and then enter values in the required fields, as described in the following table.
4545

4646
:::image type="content" source="media/graphql-schema-resolve-api/create-from-graphql-schema.png" alt-text="Screenshot of the Create from GraphQL schema page." lightbox="media/graphql-schema-resolve-api/create-from-graphql-schema.png":::
4747

@@ -68,7 +68,7 @@ If you want to expose an existing GraphQL endpoint as an API, see [Import a Grap
6868

6969
Configure a resolver to map a field in the schema to an existing HTTP endpoint. High-level steps are provided here. For details, see [Configure a GraphQL resolver](configure-graphql-resolver.md).
7070

71-
Suppose you imported the following basic GraphQL schema and wanted to set up a resolver for the `users` query.
71+
Suppose you imported the following basic GraphQL schema and want to set up a resolver for the `users` query.
7272

7373
```
7474
type Query {
@@ -85,7 +85,7 @@ type User {
8585
1. Select your GraphQL API.
8686
1. On the **Schema** tab, review the schema for a field in an object type in which you want to configure a resolver.
8787
1. Select a field, and then hover the pointer in the left margin.
88-
1. Select **Add resolver**
88+
1. Select **Add resolver**.
8989

9090
:::image type="content" source="media/graphql-schema-resolve-api/add-resolver.png" alt-text="Screenshot of adding a GraphQL resolver in the portal." lightbox="media/graphql-schema-resolve-api/add-resolver.png":::
9191

0 commit comments

Comments
 (0)