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.
url required string
body optional null | TBody
config optional NhostFunctionCallConfig
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.
url required string
body optional null | TBody
config optional NhostFunctionCallConfig