# This file generated by `dagger_codegen`. Please DO NOT EDIT. defmodule Dagger.FunctionArgID do @moduledoc "The `FunctionArgID` scalar type represents an identifier for an object of type FunctionArg." @type t() :: String.t() end