Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@schema_SchemaFieldStart.hrl
Raw

include/mochi@schema_SchemaFieldStart.hrl

-record(schema_field_start, {
field_name :: binary(),
parent_type :: binary(),
path :: list(binary())
}).