Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@schema_SchemaOperationEnd.hrl
Raw

include/mochi@schema_SchemaOperationEnd.hrl

-record(schema_operation_end, {
operation_name :: gleam@option:option(binary()),
success :: boolean(),
error_count :: integer()
}).