Skip to content

Commit 4b1c513

Browse files
committed
update create screen
1 parent 5287d4f commit 4b1c513

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you want to expose an existing GraphQL endpoint as an API, see [Import a Grap
4949
|----------------|-------|
5050
| **Display name** | The name by which your GraphQL API will be displayed. |
5151
| **Name** | Raw name of the GraphQL API. Automatically populates as you type the display name. |
52-
| **GraphQL API endpoint** | For this scenario, optionally enter a URL with a GraphQL API endpoint name. This endpoint is used to pass through GraphQL queries when you don't configure custom resolvers for all fields. |
52+
| **Fallback GraphQL endpoint** | For this scenario, optionally enter a URL with a GraphQL API endpoint name. API Management passes GraphQL queries to this endpoint when a custom resolver isn't set for a field. |
5353
| **Upload schema file** | Select to browse and upload a valid GraphQL schema file with the `.graphql` extension. |
5454
| Description | Add a description of your API. |
5555
| URL scheme | Select **HTTP**, **HTTPS**, or **Both**. Default selection: *Both*. |
-9.06 KB
Loading

includes/api-management-graphql-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ ms.custom:
3838
> You can test a subscription in the test console:
3939
> * Set up a subscription query in the query editor, and then select **Connect** to establish a WebSocket connection to the backend service.
4040
> * Review connection details in the **Subscription** pane.
41-
> * The WebSocket connection is maintained until you disconnect it or you connect to a new WebSocket subscription..
41+
> * The WebSocket connection is maintained until you disconnect it or you connect to a new WebSocket subscription.

0 commit comments

Comments
 (0)