Vijay Arunkumar
Vijay Arunkumar
Otherwise, runtime errors about unknown dependencies from graphql-shield are thrown. * **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Bug fix. * **What is...
This commit adds the typing to specific a CloudEventFunctionWithCallback as the handler for functions.cloudEvent() function. Fixes #633
The typescript typings for functions.cloudEvent() only include the CloudEvent function signature and not the CloudEventWithCallback signature, which allows for surfacing errors and nacking message for retryability. I have already submitted...