Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@telemetry_FieldResolveStart.hrl
Raw

include/mochi@telemetry_FieldResolveStart.hrl

-record(field_resolve_start, {
timestamp :: integer(),
field_name :: binary(),
parent_type :: binary(),
path :: list(binary())
}).