---
title: absinthe.resolve.field.stop
description: An Absinthe field resolver finished. Enable this in insights_config telemetry_events. This can create a lot of events.
url: https://docs.honeybadger.io/insights/event-types/elixir/absinthe.resolve.field.stop/
---

An Absinthe field resolver finished. Enable this in insights\_config telemetry\_events. This can create a lot of events.

Source **Absinthe** Category **GraphQL** Fields **6** [honeybadger-elixir](https://docs.honeybadger.io/lib/elixir/)

## Fields

| Field         | Type   | Description                                      |
| ------------- | ------ | ------------------------------------------------ |
| `event_type`  | string | Allowed value: `absinthe.resolve.field.stop`.    |
| `field_name`  | string | The field being resolved.                        |
| `parent_type` | string | The parent type containing the field.            |
| `state`       | string | Resolution state, e.g. "resolved", "unresolved". |
| `duration`    | number | Field resolution duration in microseconds.       |
| `request_id`  | string | Request ID from the current EventContext.        |

## Example

```json
{
  "event_type": "absinthe.resolve.field.stop",
  "field_name": "user",
  "parent_type": "RootQueryType",
  "state": "resolved",
  "duration": 1800,
  "request_id": "F8ZBOg1zcBQDqDgAAADx"
}
```

---

## Try Honeybadger for FREE

Intelligent logging, error tracking, and Just Enough APM™ in one dev-friendly platform. Find and fix problems before users notice.

[Start free trial](https://app.honeybadger.io/users/sign_up)

[See plans and pricing](https://www.honeybadger.io/plans/)
