Search
A struct representing an input error.
@spec new(binary()) :: %Fast.Absinthe.InputError{key: binary(), message: binary()}
@spec new(binary(), binary()) :: %Fast.Absinthe.InputError{ key: binary(), message: binary() }