How to use the module in schema way?
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!
I'd like to know as well.
@luckydrq you can try to use this one https://github.com/excitement-engineer/graphql-relay-tools