GraphQL __typename
introspection is crashed when fields return a nullable, union type array
#2571
Labels
module/graphql
Issues related to Ballerina GraphQL module
Points/2
Team/PCM
Protocol connector packages related issues
Type/Bug
Description:
If a GraphQL resource function includes a nullable, union type array as the return type, the
__typename
for that field can not be resolved properly.Consider the following GrpahQL service:
if we query this as follow:
the result should be:
Currently, this service is crashed when querying.
The text was updated successfully, but these errors were encountered: