lib/dagger/gen/function_call_id.ex

# This file generated by `dagger_codegen`. 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