Skip to content

Commit

Permalink
Rollback change done to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
murtukov committed Jan 11, 2021
1 parent 00daace commit 81a33c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/definitions/expression-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ Examples

| Variable | Description | Scope|
|:-------------------- |:------------ |:---- |
| `typeResolver` | An object of class `Overblog\GraphQLBundle\Resolver\TypeResolver`| global|
| `object` | Refers to the value of the field for which access is being requested. For array `object` will be each item of the array. For Relay connection `object` will be the node of each connection edges. | only available for `config.fields.*.access` with query operation or mutation payload type. |
| `value` | The value returned by a previous resolver | available in the `resolve` and `access` contexts |
| `args` | An array of argument values of current resolver | available in the `resolve` and `access` contexts |
Expand Down

0 comments on commit 81a33c2

Please sign in to comment.