Migration seeds
anasbarg opened this issue · 1 comments
anasbarg commented
Add pragma seed
command that takes a GraphQL document and executes it.
We also need to add a config seeds
which is a path pattern such as ./seeds/*.gql
and takes all of these documents and executes them on the first migration (every run in dev mode, and only once in production mode)