Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@schema_ArgumentDefinition.hrl
Raw

include/mochi@schema_ArgumentDefinition.hrl

-record(argument_definition, {
name :: binary(),
description :: gleam@option:option(binary()),
arg_type :: mochi@schema:field_type(),
default_value :: gleam@option:option(gleam@dynamic:dynamic_())
}).