UNPKG

graphql-cli-prepare

Version:

Plugin for graphql-cli to bundle schemas and generate bindings

10 lines (9 loc) 239 B
/// <reference types="yargs" /> import { CommandBuilder } from 'yargs'; declare const command: { command: string; describe?: string; handler: (context: any, argv: any) => any; builder?: CommandBuilder; }; export = command;