There’s no way to use the result of one mutation i...
# orm-help
s
There’s no way to use the result of one mutation in the fields of another, in the
seed.graphql
file, is there?
h
Nope, you can only use nested mutations or you can connect them with predefined IDs or something unique.
s
Ok just checking!
Argh…
id
is not defined in input type
AuthorCreateInput
😕
a
I would probably suggest this as a feature request to prisma. Especially with the prisma client 🙂