UNPKG

@graphql-hive/cli

Version:

A CLI util to manage and control your GraphQL Hive

6 lines (5 loc) 153 B
import Command from '../../base-command'; export default class ResetConfig extends Command { static description: string; run(): Promise<void>; }