Skip to content

Instantly share code, notes, and snippets.

@aptkdev
Last active November 13, 2019 13:54
Show Gist options
  • Save aptkdev/c6a15c143e32e936770047f854087229 to your computer and use it in GitHub Desktop.
Save aptkdev/c6a15c143e32e936770047f854087229 to your computer and use it in GitHub Desktop.
mutation {
Account(Name: Test) {
Id
Name
Contact(FirstName: Joe, LastName: Smith) {
Id
Task(Subject: Call Joe) {
Id
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment