Skip to content

Instantly share code, notes, and snippets.

@bengrunfeld
Created June 2, 2021 14:46
Show Gist options
  • Save bengrunfeld/bc3f5a2c6b322935720c35a3c8dd3269 to your computer and use it in GitHub Desktop.
Save bengrunfeld/bc3f5a2c6b322935720c35a3c8dd3269 to your computer and use it in GitHub Desktop.
Scalable GraphQL User Mutations File
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