mutation createLinkAndTags { createLink( ...
# prisma-whats-new
e
mutation createLinkAndTags { createLink( title:"heyyy" description: "I am a good author!“ url:”“ category:”" tagsIds: [“cjb65amkn7yhv0172gi3rg7x6”] ) { id title url description tags { id name } } }