urql icon indicating copy to clipboard operation
urql copied to clipboard

(populate) - refactor and increase reliability of query-reading

Open yankovalera opened this issue 4 years ago • 1 comments

Summary

(relates to #964) Increase feature-set of the populateExchange. Address "classic" mode. As discussed with @JoviDeCroock we might address other cases in other PRs.

"Classic" mode for populate exchange:

mutation { addTodo @populate }

We find out what type is used inside of the [[Mutation]] and look in our data-structure what fields we've used for this type.

Set of changes

yankovalera avatar Aug 18 '21 15:08 yankovalera

🦋 Changeset detected

Latest commit: b6c5240f673c5f911354accbf48c5744224b1da1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@urql/exchange-populate Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Aug 18 '21 15:08 changeset-bot[bot]

Superseded by #2897. Co-Author tag should potentially be added there

kitten avatar Jan 10 '23 16:01 kitten