Functions
call()
Use nhost.functions.call
to call (sending a POST request to) a serverless function. Use generic
types to specify the expected response data, request body and error message.
Parameters
url required string
body optional null | TBody
config optional NhostFunctionCallConfig