Current section

Files

Jump to
absinthe lib absinthe language float_value.ex
Raw

lib/absinthe/language/float_value.ex

defmodule Absinthe.Language.FloatValue do
@moduledoc false
@type t :: %{value: float, loc: Absinthe.Language.loc_t}
defstruct value: nil, loc: %{}
end