Overview
When creating a new application and schema inside fabric the table is not loaded to the database
Reproduction Steps
- Create a new application (React + TypeScript)
- Inside
schemas/ create a Users.graphql file
- Add a table and attributes
- Save and restart the cluster
- Navigate to the
Databases tab
Results:
The Users table does not display inside the database
Expected Result:
The schema should generate a table and be displayed inside the chosen or default database
Overview
When creating a new application and schema inside fabric the table is not loaded to the database
Reproduction Steps
schemas/create aUsers.graphqlfileDatabasestabResults:
The Users table does not display inside the database
Expected Result:
The schema should generate a table and be displayed inside the chosen or default database