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