mulesoft-labs / api-console-builder

A module to build a minified and concatenated file for the API console
Other
3 stars 7 forks source link

Type not rendering If two types has references to each other #17

Open KartaviK opened 5 years ago

KartaviK commented 5 years ago

Simple example

User:
    type: object
    role: Role

Role:
    type: object
    users: User[]

In final bundle api doc will not render User items and Role item