You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**request** | Refers to the current request. | Request
762
762
**token** | Refers to the token which is currently in the security token storage. | Token
763
763
**user** | Refers to the user which is currently in the security token storage. | Valid Token
764
-
**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 type.
764
+
**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.
765
765
**value** | Resolver value | only available in resolve context
766
766
**args** | Resolver args array | only available in resolve context
767
767
**info** | Resolver GraphQL\Type\Definition\ResolveInfo Object | only available in resolve context
0 commit comments