The type of the field, oneof PrimitiveType.
Whether the field can be mutated, either "mut" or "immut".
The location of this field within the Nexus document.
ReadonlymutableWhether the field is mutable. Updating immutable fields results in a transaction error.
If the type fo the field is known at compile time, updating the field using the TransactionBuilder or listing to updates of the field using the NexusEventManager will result in type errors.
A field that contains a primitive value of type
P.