Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@sdl_ast_ObjectFieldValue.hrl
Raw

include/mochi@sdl_ast_ObjectFieldValue.hrl

-record(object_field_value, {
name :: binary(),
value :: mochi@sdl_ast:s_d_l_value()
}).