Skip to content

Instantly share code, notes, and snippets.

@desaijay315
Created June 5, 2019 09:17
Show Gist options
  • Save desaijay315/e81f02c5f06788d2b103b6f67903777c to your computer and use it in GitHub Desktop.
Save desaijay315/e81f02c5f06788d2b103b6f67903777c to your computer and use it in GitHub Desktop.
type Mutation{
createNewUser(name: String!, email: String!, age: Int): User!
createPost(title: String!, body: String!, published: Boolean!, author: ID!): Post!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment