Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@executor_DeferredPatch.hrl
Raw

include/mochi@executor_DeferredPatch.hrl

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