UNPKG

sanity

Version:

Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches

11 lines (8 loc) 274 B
import {type CliCommandGroupDefinition} from '@sanity/cli' const graphqlGroup: CliCommandGroupDefinition = { name: 'graphql', signature: '[COMMAND]', isGroupRoot: true, description: "Deploys changes to your project's GraphQL API(s)", } export default graphqlGroup