GraphQL Compiler Plugin Allows to use Record Types as Union Type Members #2746
Labels
Area/CompilerPlugin
module/graphql
Issues related to Ballerina GraphQL module
Points/0.5
Team/PCM
Protocol connector packages related issues
Type/Bug
Milestone
Description:
As per the Ballerina GraphQL spec, the GraphQL compiler plugin should throw an error if a record type is used as a member of a union type.
This restriction is imposed using the compiler plugin, but when a union type has more than two members, the check failed to identify record type members.
The text was updated successfully, but these errors were encountered: