Christian
02/15/2018, 10:45 AMChristian
02/15/2018, 10:46 AMChristian
02/15/2018, 10:46 AMChristian
02/15/2018, 10:46 AMRaeesaa
02/15/2018, 11:00 AMmutation {
updatePost(where: {
id: "POST_ID"
}, data: {
comments: {
create: [
{
text: "Comment 1"
},
{
text: "Comment 2"
},
...
...
]
}
}) {
id
comments {
text
}
}
}
Christian
02/15/2018, 12:39 PM