pcooney10
10/02/2017, 5:16 PMpcooney10
10/02/2017, 5:18 PMmutation updateAuthorAndConnectContactDetails {
updateAuthor(
id: "ciz7573ffx1w70112hwj04hqv"
description: "I write posts"
contactDetailsId: "ciz7573ffx1w80112cjwjduxn"
) {
id
contactDetails {
email
}
}
}
i could do something like this:
mutation updateAuthorAndConnectContactDetails {
updateAuthor(
id: "ciz7573ffx1w70112hwj04hqv"
description: "I write posts"
contactDetails: {email: "nilan@graph.cool"}
) {
id
contactDetails {
email
}
}
}
pcooney10
10/02/2017, 5:22 PMagartha
10/02/2017, 8:01 PM