Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi src mochi.app.src
Raw

src/mochi.app.src

{application, mochi, [
{vsn, "1.0.0"},
{applications, [gleam_crypto,
gleam_json,
gleam_stdlib]},
{description, "Code First GraphQL library for Gleam"},
{modules, [dataloader_cache_ffi,
document_cache_ffi,
mochi,
mochi@@main,
mochi@apq,
mochi@ast,
mochi@batch,
mochi@context,
mochi@dataloader,
mochi@dataloader_cache,
mochi@decoders,
mochi@document_cache,
mochi@error,
mochi@executor,
mochi@input_coercion,
mochi@introspection,
mochi@json,
mochi@lexer,
mochi@middleware,
mochi@parser,
mochi@payload,
mochi@query,
mochi@response,
mochi@scalars,
mochi@schema,
mochi@schema_printer,
mochi@sdl_ast,
mochi@sdl_lexer,
mochi@sdl_parser,
mochi@security,
mochi@telemetry,
mochi@types,
mochi@validation,
mochi_parallel_ffi,
mochi_time_ffi]},
{registered, []}
]}.