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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ If you want to expose an existing GraphQL endpoint as an API, see [Import a Grap
39
39
1. From the side navigation menu, under the **APIs** section, select **APIs**.
40
40
1. Under **Define a new API**, select the **Synthetic GraphQL** icon.
41
41
42
-
:::image type="content" source="media/graphql-schema-resolve-api/import-graphql-api.png" alt-text="Selecting GraphQL icon from list of APIs":::
42
+
:::image type="content" source="media/graphql-schema-resolve-api/import-graphql-api.png" alt-text="Screenshot of selecting Synthetic GraphQL icon from list of APIs.":::
43
43
44
44
1. In the dialog box, select **Full** and complete the required form fields.
45
45
46
-
:::image type="content" source="media/graphql-schema-resolve-api/create-from-graphql-schema.png" alt-text="Demonstrate fields for creating GraphQL":::
46
+
:::image type="content" source="media/graphql-schema-resolve-api/create-from-graphql-schema.png" alt-text="Screenshot of fields for creating a GraphQL API.":::
Copy file name to clipboardExpand all lines: includes/api-management-graphql-test.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ ms.custom:
23
23
1. Select at least one field or subfield from the list in the side menu. The fields and subfields you select appear in the query editor.
24
24
1. Start typing in the query editor to compose a query.
25
25
26
-
:::image type="content" source="media/api-management-graphql-test/test-graphql-query.png" alt-text="Demonstrating adding fields to the query editor":::
26
+
:::image type="content" source="media/api-management-graphql-test/test-graphql-query.png" alt-text="Screenshot of adding fields to the query editor.":::
27
27
28
28
1. Under **Query variables**, add variables to reuse the same query or mutation and pass different values.
29
29
1. Select **Send**.
30
30
1. View the **Response**.
31
31
32
-
:::image type="content" source="media/api-management-graphql-test/graphql-query-response.png" alt-text="View the test query response":::
32
+
:::image type="content" source="media/api-management-graphql-test/graphql-query-response.png" alt-text="Screenshot of viewing the test query response.":::
33
33
34
34
1. Repeat preceding steps to test different payloads.
0 commit comments