Skip to content

Commit 2cec45c

Browse files
authored
[APIM] Enhance 'rule' description in GraphQL policy documentation
Expanded the description of the 'rule' element to include details about evaluating matching rules for GraphQL leaf fields.
1 parent e4f730e commit 2cec45c

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)