sanity-typed
sanity-typed copied to clipboard
client's remaining types
The only thing typed on client is fetch
and there's a lot more there.
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
What's left is:
- [ ] patch
- [ ] transactions
- [ ] mutation
- [ ] mutation options
They're all kind of related