drwicked
04/19/2017, 3:35 AMuser hasMany wishes is addToUserWishes(userUserId: ID!, wishesWishId: ID!): AddToUserWishesPayload but how does that work? Do I then run the createWish mutation nested within the addToUserWishes mutation? How do I go about establishing that connection when my user creates a new wish?