You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a new developer, I would like to have some seed data available in the database so I can work with different data without having to create it all myself
The text was updated successfully, but these errors were encountered:
Update on the issue! I'm looking into using graphql-tools to create what they call a mock schema. I'm running into trouble with how our schema is defined. In most of the mock examples it's defined in a Js file but In our case its defined in a graphql file.
Any suggestions or help is very welcome.
Other avenues i've explored to solve this issue: graphql-faker, and setting up a separate graphcool endpoint with fake data.
It would be really nice if we could use something like the seed script setting that prisma supports. This is making me think it would be worth investigating migrating the backend to prisma again (see card #274)
As a new developer, I would like to have some seed data available in the database so I can work with different data without having to create it all myself
The text was updated successfully, but these errors were encountered: