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