feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
15.02k stars 745 forks source link

docs: Update resolvers.md #3169

Closed wlukorito closed 1 year ago

wlukorito commented 1 year ago

Summary

Docs for @feathersjs/schema show imports for schemaHooks but there's no such export. The package exports hooks instead. Following the docs would give the below error:

"@feathersjs/schema" has no exported member 'schemaHooks

Use named export hooks and alias it as schemaHooks

daffl commented 1 year ago

Good catch, thank you!