Skip to content

Instantly share code, notes, and snippets.

Fire up Lando!

Ensure all projects are up and running.

Seed data

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.

@mnapthine
mnapthine / gist:d46391aefed35793b1eedb02b3be975d
Last active November 15, 2018 16:17
Updated PP data example
# Mutation
```
mutation AddPage(
$language: String
$type: String
$title: String
$slug: String
$imgUrl: String
$imgUuid: String