Skip to content

Commit 9435939

Browse files
Merge pull request #260642 from dlepow/patch-224
Update configure-graphql-resolver.md
2 parents 995f23e + d8af00c commit 9435939

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/api-management/configure-graphql-resolver.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ Currently, API Management supports resolvers that can access the following data
2727
* Resolver-scoped policies are evaluated *after* any `inbound` and `backend` policies in the policy execution pipeline. They don't inherit policies from other scopes. For more information, see [Policies in API Management](api-management-howto-policies.md).
2828
* You can configure API-scoped policies for a GraphQL API, independent of the resolver-scoped policies. For example, add a [validate-graphql-request](validate-graphql-request-policy.md) policy to the `inbound` scope to validate the request before the resolver is invoked. Configure API-scoped policies on the **API policies** tab for the API.
2929

30-
> [!IMPORTANT]
31-
> * If you use the preview `set-graphql-resolver` policy in policy definitions, you should migrate to the managed resolvers described in this article.
32-
> * After you configure a managed resolver for a GraphQL field, the gateway will skip the `set-graphql-resolver` policy in any policy definitions. You can't combine use of managed resolvers and the `set-graphql-resolver` policy in your API Management instance.
33-
3430
## Prerequisites
3531

3632
- An existing API Management instance. [Create one if you haven't already](get-started-create-service-instance.md).

0 commit comments

Comments
 (0)