Incomplete type info given in compiler errors issued from GraphQL compiler plugin #3865
Labels
module/graphql
Issues related to Ballerina GraphQL module
Points/1
Reason/EngineeringMistake
The issue occurred due to a mistake made in the past.
Type/Bug
Type/Improvement
Milestone
For example, consider the following:
For the above sort of resource method, it gives the following compiler error:
Main issue with the above is the type info in this is incomplete. It should be given as
http:Headers
. i.e., fully qualified name.Two minor issues:
The text was updated successfully, but these errors were encountered: