Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@input_coercion_TypeMismatch.hrl
Raw

include/mochi@input_coercion_TypeMismatch.hrl

-record(type_mismatch, {
path :: list(binary()),
expected :: binary(),
got :: binary()
}).