Field in the input object that you want to add, update, or remove. field can be any valid expression that resolves to a string constant.
Optional
input?: ObjectExpressionDocument that contains the field that you want to add or update. input must resolve to an object, missing, null, or undefined
Optional
value?: anyThe value that you want to assign to field. value can be any valid expression.
Generated using TypeDoc
Adds, updates, or removes a specified field in a document.