Nullable Record Fields Identified as NON_NULL Fields in GraphQL #1879
Labels
module/graphql
Issues related to Ballerina GraphQL module
Points/0.5
Priority/High
Team/PCM
Protocol connector packages related issues
Type/Bug
Milestone
Description:
When a record type has a nullable field, the GraphQL schema generated is considering them as NON_NULL fields.
Example:
The above record is mapped to the following type:
But this should be;
The text was updated successfully, but these errors were encountered: