Log Errors Before Returning #3260
Labels
module/graphql
Issues related to Ballerina GraphQL module
Team/PCM
Protocol connector packages related issues
Type/Improvement
Description:
Currently, when a GraphQL resource returns an error, it does not log the error. Users have to manually log the error when an error occurred.
To make the GraphQL library consistent with the other standard library, the errors should be logged before returning. Additionally, there should be an option to disable the logging.
The text was updated successfully, but these errors were encountered: