Function: useFieldWithRelations()
useFieldWithRelations(
id,options):UseQueryResult<FieldWithRelations,Error>
Defined in: web/lib/hooks/use-field.ts:137
Fetches a field with resolved relationship labels.
Parameters
id
string
options
enabled
boolean
Returns
UseQueryResult<FieldWithRelations, Error>