Skip to content

absinthe.resolve.field.stop

View Markdown

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

Fields

6
FieldTypeDescription
event_typestringAllowed value: absinthe.resolve.field.stop.
field_namestringThe field being resolved.
parent_typestringThe parent type containing the field.
statestringResolution state, e.g. "resolved", "unresolved".
durationnumberField resolution duration in microseconds.
request_idstringRequest 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"
}