Improve the Compilation Error Message for Using Anonymous Records #3173
Labels
module/graphql
Issues related to Ballerina GraphQL module
Points/1
Team/PCM
Protocol connector packages related issues
Type/Improvement
Description:
Currently, when an anonymous record is used as a GraphQL type, the error message only shows the record signature with the location of the resolver it is being used. This can be hard to find. Therefore, the error should show the field name from the top to better understand the error location.
The text was updated successfully, but these errors were encountered: