graphql-relay-js icon indicating copy to clipboard operation
graphql-relay-js copied to clipboard

How to use the module in schema way?

Open luckydrq opened this issue 9 years ago • 2 comments

I'm building graphQL service with graphql-tools which is a awesome tool that allows us do type definition with the graphql schema. I think it's better than just using api(e.g. the graphql-js's way) because stuffs like types should be language agnostic. Now i want to integrate relay with graphql to make component management and data fetching easier in the web front end.

This module seems that i have to define all the types using api which is not the exact way i used as i mentioned above. So my concern is how to use this module without breaking current code. Thanks!

luckydrq avatar Nov 30 '16 01:11 luckydrq

I'd like to know as well.

awesomejerry avatar Feb 03 '17 06:02 awesomejerry

@luckydrq you can try to use this one https://github.com/excitement-engineer/graphql-relay-tools

sibelius avatar Oct 03 '17 01:10 sibelius