Current section

Files

Jump to
absinthe lib absinthe language input_value_definition.ex
Raw

lib/absinthe/language/input_value_definition.ex

defmodule Absinthe.Language.InputValueDefinition do
@moduledoc false
defstruct name: nil, type: nil, default_value: nil, loc: %{start_line: nil}
end