Improve the Return Type Validation in GraphQL Interceptors #4255
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
Description:
When returning a value that includes a map from a GraphQL interceptor, It's not validated correctly.
Consider the following GraphQL service:
If we query the service as follows:
It returns the following response.
But the actual response should be as follows:
The text was updated successfully, but these errors were encountered: