Skip to content

Commit

Permalink
Update expression-language.md
Browse files Browse the repository at this point in the history
  • Loading branch information
murtukov committed Aug 5, 2019
1 parent 43d13ce commit 9b5c5ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/definitions/expression-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@ Examples
|:-------------------- |:------------ |:---- |
| `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 |
| `info` | A `GraphQL\Type\Definition\ResolveInfo` object of current resolver | available in the `resolve` and `access`contexts |
| `context` | context is defined by your application on the top level of query execution (useful for storing current user, environment details, etc)| available in the `resolve` and `access`contexts |
| `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 |
| `info` | A `GraphQL\Type\Definition\ResolveInfo` object of current resolver | available in the `resolve` and `access` contexts |
| `context` | context is defined by your application on the top level of query execution (useful for storing current user, environment details, etc)| available in the `resolve` and `access` contexts |
| `childrenComplexity` | Selection field children complexity | only available in `complexity` context|


Expand Down

0 comments on commit 9b5c5ee

Please sign in to comment.