@8thday/nhost-js-utils
v0.0.2
Published
useNhostFunction
Downloads
6
Readme
useNhostFunction
usage (works like apollo hooks, without fancy caching):
const { data, error, loading, refetch } = useNhostFunction<GenericReturnType>('path/to/func', { some: 'payload' })