Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@batch_BatchResult.hrl
Raw

include/mochi@batch_BatchResult.hrl

-record(batch_result, {
results :: list(mochi@executor:execution_result()),
all_succeeded :: boolean(),
failure_count :: integer()
}).