Current section

Files

Jump to
dagger lib dagger gen function_arg_id.ex
Raw

lib/dagger/gen/function_arg_id.ex

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