is there a way to use nested create mutations with...
# prisma-whats-new
m
is there a way to use nested create mutations with relationships that have a unique field?
n
this will soon be possible, check https://github.com/graphcool/framework/issues/1280 for a detailed specification
m
so if I were to pass in city: { create: and connect: } values it would essentially create the city if there is none OR connect it if it does ?
n
please ask this directly in the issue 🙂