graphql_after_resolve_field
Fire an action AFTER the field resolves
Params
- $source (mixed): The source passed down the Resolve Tree
- $args (array): The args for the field
- $context (AppContext): The AppContext that is passed down the resolve tree
- $info (ResolveInfo): The ResolveInfo that is passed down the resolve tree
- $field_resolver (mixed): The field resolver function
- $type_name (string): The name of the type the fields belong to
- $field_key (string): The name of the field
- $field (FieldDefinition): The Field Definition for the resolving field
- $result (mixed): The result of the field resolver