View Source Dagger.FieldTypeDef (dagger v0.9.2)

A definition of a field on a custom object defined in a Module. A field on an object has a static value, as opposed to a function on an object whose value is computed by invoking code (and can accept arguments).

Link to this section Summary

Link to this section Types

@type t() :: %Dagger.FieldTypeDef{
  description: Dagger.String.t() | nil,
  name: Dagger.String.t(),
  type_def: Dagger.TypeDef.t()
}