Miezan
10/16/2017, 12:08 PMmutation createAuthorAndContactDetails($contactDetails: AuthorcontactDetailsContactDetails) {
createAuthor(
description: "I am a good author!"
contactDetails: $contactDetails
) {
id
contactDetails {
id
}
}
}
what are some example of value for the variable AuthorcontactDetailsContactDetails
welf
10/18/2017, 2:34 PMSCHEMA
. Click on it and then in the search field enter AuthorcontactDetailsContactDetails
. You’ll see all the fields you should indicate as the payload to your mutation.Miezan
10/18/2017, 7:37 PM