Current section

Files

Jump to
absinthe lib absinthe language input_object_definition.ex
Raw

lib/absinthe/language/input_object_definition.ex

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