Right now I’m doing this: ``` # seed.graphql mutat...
# orm-help
c
Right now I’m doing this:
Copy code
# seed.graphql
mutation {
  adfdfdsd: createUser(data: { email: "<mailto:a@b.com|a@b.com>" }) { email }
  jajdajdfa: createUser(data: { email: "<mailto:b@c.com|b@c.com>" }) { email }
}