Invalid Path Returns for Errors in Record Fields #4286
Labels
module/graphql
Issues related to Ballerina GraphQL module
Reason/EngineeringMistake
The issue occurred due to a mistake made in the past.
Team/PCM
Protocol connector packages related issues
Type/Bug
Milestone
Description:
Consider the following graphQL service:
It returns the following response if we query the field
street
.Here, the error
path
is incorrect. It should be["profile", "address", "street", 1]
. It seems the record field names are missing in the path.The text was updated successfully, but these errors were encountered: