lvarayut / relay-fullstack

:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
https://lvarayut.github.io/relay-fullstack/
MIT License
986 stars 126 forks source link

Migrate Relay Mutation #60

Closed Neitsch closed 7 years ago

Neitsch commented 7 years ago

Relay 2, which is supposed to be there soon changes the style of mutations. This part is already publically available and represented in the API (https://facebook.github.io/relay/docs/api-reference-relay-graphql-mutation.html). In addition these mutations are simpler to write. Thus the feature mutation should be changed to be a Relay.GraphQLMutation

lvarayut commented 7 years ago

Hi @Neitsch, thanks for your suggestion. This is absolutely important, PR would be really welcomed.

Neitsch commented 7 years ago

Was a little busy, will try to get on that now.

lvarayut commented 7 years ago

Thanks @Neitsch 👍 Look forward for it.