Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@ast_VariableDefinition.hrl
Raw

include/mochi@ast_VariableDefinition.hrl

-record(variable_definition, {
variable :: binary(),
type_ :: mochi@ast:type(),
default_value :: gleam@option:option(mochi@ast:value()),
directives :: list(mochi@ast:directive())
}).