Created
June 5, 2019 09:17
-
-
Save desaijay315/e81f02c5f06788d2b103b6f67903777c 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{ | |
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