gqless
gqless copied to clipboard
`resolved` is not recursive
in v2 this is breaking, https://github.com/gqless/gqless/blob/7e084fb2f06f47f4f4c0a3e77e2ad2d1da902399/packages/gqless/src/Client/resolvers.ts#L450 this should do another call to resolved(dataFn)
there is some logic needed for this to be made, which is disable the recursion with subscriptions and disabling refetch if set to true for the second+ passes.