Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@validation_VariableNotInputType.hrl
Raw

include/mochi@validation_VariableNotInputType.hrl

-record(variable_not_input_type, {
variable_name :: binary(),
type_name :: binary()
}).