saiichihashimoto / sanity-typed

Completing sanity's developer experience with typescript (and more)!
MIT License
149 stars 7 forks source link

client's remaining types #286

Open saiichihashimoto opened 1 year ago

saiichihashimoto commented 1 year ago

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

saiichihashimoto commented 1 year ago

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 commented 1 year ago

What's left is:

They're all kind of related