Skip to content

Commit cec5e48

Browse files
Merge pull request #312402 from dlepow/patch-227511
[APIM] Enhance 'rule' description in GraphQL policy documentation
2 parents 7906bd6 + a88def3 commit cec5e48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/api-management/validate-graphql-request-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The `validate-graphql-request` policy validates the GraphQL request and authoriz
4242
|Name|Description|Required|
4343
|----------|-----------------|--------------|
4444
| authorize | Add this element to set an appropriate authorization rule for one or more paths. | No |
45-
| rule | Add one or more of these elements to authorize specific query paths. Each rule can optionally specify a different [action](#request-actions). May be specified conditionally using a policy expression. | No |
45+
| rule | Add one or more of these elements to authorize specific query paths. Each rule can optionally specify a different [action](#request-actions). May be specified conditionally using a policy expression.<br/><br/>For each GraphQL leaf field, API Management evaluates all matching rules and applies the most specific path match (for example, `/Query/listUsers` overrides `/Query/*`). | No |
4646

4747

4848
### rule attributes

0 commit comments

Comments
 (0)