matthewmueller / graph.ql

Faster and simpler way to create GraphQL servers
633 stars 34 forks source link

Interfaces support #4

Closed zuhair-naqvi closed 8 years ago

zuhair-naqvi commented 8 years ago

Fixes #3

codecvlt commented 8 years ago

Hi zuhair-naqvi,

Have you been able to get this working with relay? If so, would you be willing to share your schema definition so I can see how you we're able to deal with with creating node/connection types.

Cheers!

EDIT: nevermind! Spent my day trying this library out with your fix to assert, and I must say I'm impressed @matthewmueller. This has turned my 600 line graphql-relay schema into a fraction the size. It's also given me a better understanding on how relay interfaces with graphql. i.e node/connections/mutations

Great work!

matthewmueller commented 8 years ago

thanks!