Last active
November 13, 2019 13:54
-
-
Save aptkdev/c6a15c143e32e936770047f854087229 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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