Current section

Files

Jump to
absinthe lib absinthe type deprecation.ex
Raw

lib/absinthe/type/deprecation.ex

defmodule Absinthe.Type.Deprecation do
@moduledoc false
@type t :: %{reason: binary}
defstruct reason: nil
end