Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@schema_EnumType.hrl
Raw

include/mochi@schema_EnumType.hrl

-record(enum_type, {
name :: binary(),
description :: gleam@option:option(binary()),
values :: gleam@dict:dict(binary(), mochi@schema:enum_value_definition())
}).