# This file generated by `dagger_codegen`. Please DO NOT EDIT. defmodule Dagger.FunctionCallArgValueID do @moduledoc """ The `FunctionCallArgValueID` scalar type represents an identifier for an object of type FunctionCallArgValue. """ use Dagger.Core.Base, kind: :scalar, name: "FunctionCallArgValueID" @type t() :: String.t() end