Current section

Files

Jump to
absinthe lib absinthe language string_value.ex
Raw

lib/absinthe/language/string_value.ex

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