method
TextListField.AppendReadHooks
AppendReadHooks appends response-transform hooks after existing callbacks.
Arguments
| Argument | Type | Description |
|---|---|---|
value | ReadHooks[[]string] | The value value. |
Returns
The declared result.
TextListFieldFull signature
func (f TextListField) AppendReadHooks(value ReadHooks[[]string]) TextListFieldRelated types
TextListFieldA configurable list of strings.
ReadHooksReadHooks registers response transformations using the field's output type, which can differ from its write type when a relationship is populated.