Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@validation_ArgumentTypeMismatch.hrl
Raw

include/mochi@validation_ArgumentTypeMismatch.hrl

-record(argument_type_mismatch, {
field_name :: binary(),
argument_name :: binary(),
expected_type :: binary(),
got :: binary()
}).