sanity-typed icon indicating copy to clipboard operation
sanity-typed copied to clipboard

client's remaining types

Open saiichihashimoto opened this issue 1 year ago • 2 comments

The only thing typed on client is fetch and there's a lot more there.

saiichihashimoto avatar Sep 05 '23 04:09 saiichihashimoto

https://github.com/sanity-io/client#listening-to-queries https://github.com/sanity-io/client#creating-documents https://github.com/sanity-io/client#mutation-options https://github.com/sanity-io/client#creatingreplacing-documents https://github.com/sanity-io/client#creating-if-not-already-present https://github.com/sanity-io/client#patchupdate-a-document https://github.com/sanity-io/client#delete-documents https://github.com/sanity-io/client#deleting-an-asset https://github.com/sanity-io/client#multiple-mutations-in-a-transaction https://github.com/sanity-io/client#clientless-patches--transactions https://github.com/sanity-io/client#uploading-assets

saiichihashimoto avatar Sep 13 '23 19:09 saiichihashimoto

What's left is:

  • [ ] patch
  • [ ] transactions
  • [ ] mutation
  • [ ] mutation options

They're all kind of related

saiichihashimoto avatar Sep 27 '23 16:09 saiichihashimoto