apollo-server
apollo-server copied to clipboard
Response example matches mutation name
This request fixes an name mismatch in the "Schema basics" tutorial. The section which focuses on creating explicit types for mutations references an earlier mutation which updates the user's email. The name of the referenced mutation is updateUserEmail, however the example API response uses the value updateUser which, as I understand it, should match the mutation name.
@nandisc: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/
@nandisc: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/
I've taken care of this.
Sorry for the delay: it does appear that this PR is still valid, thanks!