Skip to content

Instantly share code, notes, and snippets.

@haldarmahesh
Created May 30, 2019 21:14
Show Gist options
  • Save haldarmahesh/7f4d8756f88e9aca9d945fc55c5bbd95 to your computer and use it in GitHub Desktop.
Save haldarmahesh/7f4d8756f88e9aca9d945fc55c5bbd95 to your computer and use it in GitHub Desktop.
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