sayden / relay-mongoose-example

An example Relay application
Other
58 stars 8 forks source link

addUser mutation is missing #6

Open Aneeskhan opened 8 years ago

Aneeskhan commented 8 years ago

addUser mutation is missing, any help link to read or full CRUD example on github?

sayden commented 8 years ago

Hi @Aneeskhan, the idea behind the example was to provide a really neat example showing most of the features of GraphQL/Relay and not a full working solution. That's why there is not "add user" as there are some mutations like UserUpdateAgeMutation that you can use as an example to develop your own "add user" feature centered in your own business.

Thanks for the comment!