matthewmueller / graph.ql

Faster and simpler way to create GraphQL servers
635 stars 34 forks source link

Add example for mutation? #32

Open ipoppo opened 7 years ago

ipoppo commented 7 years ago

Thank you for this great implementation. As .graphql schema should define everything, graphql-js should be as simple as this.

Now I want to mutate something which I could not find any example to do with graphql.js. I hope my random trail and error will hit bullseye.