Current section

Files

Jump to
absinthe lib absinthe language variable.ex
Raw

lib/absinthe/language/variable.ex

defmodule Absinthe.Language.Variable do
@moduledoc false
defstruct name: nil, loc: %{start: nil}
end