Darryl
06/20/2018, 9:01 AMmutation CreateBook {
createBook(data: {
name: "Some book"
versions: [
{ name: "..." publishDate: "..." }
{ name: "..." publishDate: "..." }
]
}) {
id
}
}
weakky
06/20/2018, 9:03 AMnilan
06/20/2018, 9:03 AMversions: {
create: [{name: "", publishDate:""}, {name: "", publishDate:""}]
}
nilan
06/20/2018, 9:04 AMcreateBook
mutation in the Playground, navigate to the versions
input field and look at its shape thereDarryl
06/20/2018, 9:07 AM