zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

deprecation.ex (118B)


      1 defmodule Absinthe.Type.Deprecation do
      2   @moduledoc false
      3 
      4   @type t :: %{reason: binary}
      5   defstruct reason: nil
      6 end