Skip to main content

Pages

Iteria Low-code allows you to generate pages of your app from API scheme and templates.

Adding Page (generator)

User manual (steps)ScreenshotDescription
1. Click Floating action buttonFind button in bottom left corner of the page.
2. Choose Generate pageNo need to create new page from scratch because we can generate.
3. Choose templateChoose one of prepared templates.
4. Choose entityAt the moment GraphQL scheme is supported as API scheme but OpenAPI/Swagger can be supported in future. Entity refers in this context to GraphQL Query Root.
5. Choose entity fieldsFields are chosen automaticaly but the user can add/delete fields.
6. ConfirmUser can validate generated response and pressing confirm button will write the files.
7. Generated page and menu itemMenu item automatically appears with generated React & GraphQL code