Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@executor_ExecutionResult.hrl
Raw

include/mochi@executor_ExecutionResult.hrl

-record(execution_result, {
data :: gleam@option:option(gleam@dynamic:dynamic_()),
errors :: list(mochi@executor:execution_error()),
deferred :: list(mochi@executor:deferred_patch())
}).