Fast.Absinthe.InputError (Fast v0.11.0)

View Source

A struct representing an input error.

Summary

Functions

new(message)

@spec new(binary()) :: %Fast.Absinthe.InputError{key: binary(), message: binary()}

new(key, message)

@spec new(binary(), binary()) :: %Fast.Absinthe.InputError{
  key: binary(),
  message: binary()
}