offix
offix copied to clipboard
Impossible to work with the relationships and more advanced graphql schemas
Feature Request
React Core Contributor (noted from the call)
Trying to move 3 level nested graphql query from URQL to Offix DataStore will be hard and discard all drawbacks. Even if I want to support offline flows for limited sets of the objects they mostly come with complex structure. Basing on my understanding this will pull our responsibility for user to build more top level types instead of relationships (limitation driven model) or have multiple queries watch that will most likely end up with performance issues.
What graphql gives me is no hassle approach to get all the data I need without juggling id's