UNPKG

@graphql-hive/cli

Version:

A CLI util to manage and control your GraphQL Hive

11 lines (10 loc) 257 B
import Command from '../../base-command'; export default class SetConfig extends Command { static description: string; static args: { name: string; required: boolean; description: string; }[]; run(): Promise<void>; }