RisingStack/graffiti

graphql 0.5.0 compatibility ?

dmolinarius opened this issue · 3 comments

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 ?

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

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

@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.