Ensure all projects are up and running.
You first need to put some users in the database. You do this by running this test command from inside your panda directory:
lando yarn test:seed
This will out the users added to your screen.
| # Mutation | |
| ``` | |
| mutation AddPage( | |
| $language: String | |
| $type: String | |
| $title: String | |
| $slug: String | |
| $imgUrl: String | |
| $imgUuid: String |