Generate Page
You can generate new pages for any entity defined in your GraphQL schema. By Clicking Generate Page button in Floating Action Button you can select one or multiple entities from the list. After confirmation, Lowcode generates following pages:
- list of entities (datagrid)
- detail of an entity (form)
and adds new menu item to the navigation with route to the page. (currently we are using react-router
)
info
We generate only GraphQL query/mutation and from that the pages is displayed (React is nocode for now - this limitation will be overcommed in summer 2022 and also the React code will be generated).