Current section

Files

Jump to
absinthe lib absinthe language list_value.ex
Raw

lib/absinthe/language/list_value.ex

defmodule Absinthe.Language.ListValue do
@moduledoc false
defstruct values: [], loc: %{start: nil}
end