Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@middleware_ResolverContext.hrl
Raw

include/mochi@middleware_ResolverContext.hrl

-record(resolver_context, {
field_name :: binary(),
parent_type :: binary(),
path :: list(binary()),
info :: mochi@schema:resolver_info()
}).