Created
May 30, 2019 21:14
-
-
Save haldarmahesh/7f4d8756f88e9aca9d945fc55c5bbd95 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
type mutation { | |
addNewMovie($name: String!, $releaseYear: Int!, $actors: [ActorInput]): Movie | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment