lib/dagger/gen/function_call_id.ex
# This file generated by `mix dagger.gen`. Please DO NOT EDIT.
defmodule Dagger.FunctionCallID do
@moduledoc "The `FunctionCallID` scalar type represents an identifier for an object of type FunctionCall."
@type t() :: String.t()
end