Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@batch_BatchConfig.hrl
Raw

include/mochi@batch_BatchConfig.hrl

-record(batch_config, {
max_batch_size :: integer(),
continue_on_error :: boolean(),
allow_parallel :: boolean()
}).