# 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. """ use Dagger.Core.Base, kind: :scalar, name: "FunctionArgID" @type t() :: String.t() end