Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@sdl_ast_InputFieldDef.hrl
Raw

include/mochi@sdl_ast_InputFieldDef.hrl

-record(input_field_def, {
name :: binary(),
description :: gleam@option:option(binary()),
field_type :: mochi@sdl_ast:s_d_l_type(),
default_value :: gleam@option:option(mochi@sdl_ast:s_d_l_value()),
directives :: list(mochi@sdl_ast:directive_usage())
}).