Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@schema_SchemaFieldEnd.hrl
Raw

include/mochi@schema_SchemaFieldEnd.hrl

-record(schema_field_end, {
field_name :: binary(),
parent_type :: binary(),
path :: list(binary()),
success :: boolean(),
duration_ns :: integer()
}).