absinthe.resolve.field.stop
An Absinthe field resolver finished. Enable this in insights_config telemetry_events. This can create a lot of events.
Fields
6| 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
{ "event_type": "absinthe.resolve.field.stop", "field_name": "user", "parent_type": "RootQueryType", "state": "resolved", "duration": 1800, "request_id": "F8ZBOg1zcBQDqDgAAADx"}