jaydenseric / graphql-multipart-request-spec

A spec for GraphQL multipart form requests (file uploads).
993 stars 54 forks source link

Fix incorrect mutation names in examples #27

Closed yasudatoshiyuki closed 4 years ago

yasudatoshiyuki commented 4 years ago

mutation name and curl requested mutation name look inconsistent. So I made the mutation name to match the curl requested name.

jaydenseric commented 4 years ago

Great point!

I just noticed that uploadFile is also incorrect in the batching section:

https://github.com/jaydenseric/graphql-multipart-request-spec/blob/master/readme.md#batching

Could you please update it there too?

jaydenseric commented 4 years ago

Thanks 🙌