method
SelectField.ReadHookPolicy
Public method SelectField.ReadHookPolicy from github.com/riducms/ridu/field.
Returns
The declared result.
ReadHooks[string]Full signature
func (f SelectField) ReadHookPolicy() ReadHooks[string]Related types
SelectFieldSelectField configures a field for choosing one value from a fixed list.
ReadHooksReadHooks registers response transformations using the field's output type, which can differ from its write type when a relationship is populated.