Extra-lightwill / gql-sequelize-ver01

Relay/GraphQL/SQL (real db) - Super basic application that demonstrates how to use Relay + GraphQL to query and write to a SQL back-end.
MIT License
0 stars 0 forks source link

Use new Relay mutation API? #2

Open Extra-lightwill opened 7 years ago

Extra-lightwill commented 7 years ago

@Neitsch Swap migration API as described here when appropriate: https://github.com/lvarayut/relay-fullstack/issues/60 ?

Neitsch commented 7 years ago

Migrate once the new API is officially released 😄 On a side note, you might want to fork the project rather than simply copy pasting, since we can only merge it back in if it is forked.

Extra-lightwill commented 7 years ago

@Neitsch progress copied to this repo https://github.com/Extra-lightwill/sql-demo-fork-rfs

Is this what you have in mind?