Skip to content

[Type Diagram] Data types for maps are not visualised properly  #511

Open
@SumayyaZiyad

Description

@SumayyaZiyad

Description:
$subject. Refer below sample code and generated diagram.

type Invoice record {|
    map<Item> name;
    int age;
|};

type Item record {|
    int itemId;
    string 'type;
    string name;
|};
Screenshot 2023-06-22 at 11 24 50 AM

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions