Created
June 2, 2021 14:46
-
-
Save bengrunfeld/bc3f5a2c6b322935720c35a3c8dd3269 to your computer and use it in GitHub Desktop.
Scalable GraphQL User Mutations File
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
export const mutations = ` | |
createUser( | |
email: String! | |
password: String! | |
firstName: String! | |
lastName: String! | |
): User | |
`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment