Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
🐛 Notable bugfixes
- Fix an issue where deploying a GraphQL endpoint with a schema that contains an array definition with the same type both in the
references
array and theto
array, thesanity graphql deploy
command fails.
📓 Full changelog
Author | Message | Commit |
---|---|---|
Anders Stensaas | [core] GraphQL: Make Document-type fields nullable | 3e94b50 |
Anders Stensaas | [core] GraphQL: Add which types in an array definition are inline objects | 6ae6534 |
Anders Stensaas | [core] GraphQL: Fix an error where the inlineObjects field is generated on references | 9d2890c |