You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/graphql-schema-resolve-api.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ If you want to expose an existing GraphQL endpoint as an API, see [Import a Grap
41
41
42
42
:::image type="content" source="media/graphql-api/import-graphql-api.png" alt-text="Screenshot of selecting the GraphQL tile.":::
43
43
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.
45
45
46
46
:::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":::
47
47
@@ -68,7 +68,7 @@ If you want to expose an existing GraphQL endpoint as an API, see [Import a Grap
68
68
69
69
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).
70
70
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.
72
72
73
73
```
74
74
type Query {
@@ -85,7 +85,7 @@ type User {
85
85
1. Select your GraphQL API.
86
86
1. On the **Schema** tab, review the schema for a field in an object type in which you want to configure a resolver.
87
87
1. Select a field, and then hover the pointer in the left margin.
88
-
1. Select **Add resolver**
88
+
1. Select **Add resolver**.
89
89
90
90
:::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":::
0 commit comments