Current section

Files

Jump to
absinthe lib absinthe blueprint schema deprecation.ex
Raw

lib/absinthe/blueprint/schema/deprecation.ex

defmodule Absinthe.Blueprint.Schema.Deprecation do
@moduledoc false
defstruct reason: nil
@type t :: %__MODULE__{
reason: nil | String.t()
}
end