You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
withgraphql
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!
The text was updated successfully, but these errors were encountered: