apollo-server icon indicating copy to clipboard operation
apollo-server copied to clipboard

Response example matches mutation name

Open nandisc opened this issue 4 years ago • 2 comments
trafficstars

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 avatar Jan 11 '21 19:01 nandisc

@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/

apollo-cla avatar Jan 11 '21 19:01 apollo-cla

@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.

nandisc avatar Jan 11 '21 19:01 nandisc

Sorry for the delay: it does appear that this PR is still valid, thanks!

glasser avatar Oct 18 '22 21:10 glasser