Join Slack
Powered by
mutation createLinkAndTags { createLink( ...
# prisma-whats-new
e
efvaldez
12/15/2017, 3:32 AM
mutation createLinkAndTags { createLink( title:"heyyy" description: "I am a good author!“ url:”“ category:”" tagsIds: [“cjb65amkn7yhv0172gi3rg7x6”] ) { id title url description tags { id name } } }
Open in Slack
Previous
Next