All, I am trying to create a user with their curre...
# prisma-whats-new
b
All, I am trying to create a user with their current facebook friends (Who are already users in the app) in a single mutation. I thought I could do it with a nested mutation by giving the createUser api the facebookUserId of existing users as a friend. This however, is trying to create a new user mutation on the nested friend... Is there any way of doing this without multiple fetches being that facebookUserId is unique?