RisingStack / graffiti

⚠️ DEVELOPMENT DISCONTINUED - Node.js GraphQL ORM
https://risingstack-graffiti.signup.team/
MIT License
1.01k stars 44 forks source link

graphql 0.5.0 compatibility ? #30

Closed dmolinarius closed 8 years ago

dmolinarius commented 8 years ago

Currently available graphql version is 0.5.0, but graffiti is peerDependent on graphql@^0.4.17 Is compatibility possible or planned or should we stick to graphql 0.4.17 ?

tothandras commented 8 years ago

Some of the arguments changed of the resolve function. Will support it soon.

tothandras commented 8 years ago

@dmolinarius It should be working with version 3.0.4. Can you test it? Thank you! ;)

dmolinarius commented 8 years ago

@tothandras Thanks a lot but I finally came to the conclusion that Relay was overkill for the application I develop. Using Redux lets me use a much simpler graphQL schema than needed by Relay and provided by graffiti. But definitely will keep an eye on it.