aws / aws-appsync-community

The AWS AppSync community
https://aws.amazon.com/appsync
Apache License 2.0
506 stars 32 forks source link

[JS] Refine throwing method returns as `never` #316

Closed dnys1 closed 1 year ago

dnys1 commented 1 year ago

Since methods like util.unauthorized and util.error do not return control to the caller, it could be helpful to encode this in the type system by marking their returns as never instead of void.

onlybakam commented 1 year ago

Updated in latest npm package