urql-graphql / urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
https://urql.dev/goto/docs
MIT License
8.6k stars 448 forks source link

docs(graphcache): Add advanced resolver tips #3337

Closed kitten closed 1 year ago

kitten commented 1 year ago

Summary

This adds some initial examples of how to write "advanced" resolvers, since we've got some hidden features that aren't documented yet (apart from TSDocs)

Set of changes