sanity graphql deploy

Deploy a GraphQL API from the current Sanity schema

Options

NameDescription
--dataset <dataset>Deploy API for the given dataset
--tag <tag>Deploy API to given tag (defaults to 'default')
--generation <generation>API generation to deploy (defaults to 'gen3')
--non-null-document-fieldsSet document interface fields (_id, _type etc) as non-null
--playgroundDeploy a GraphQL playground for easily testing queries (public)
--no-playgroundSkip playground prompt (do not deploy a playground)
--forceDeploy API without confirming breaking changes