Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

fix(graphql-serve): print-schema command was not working #2026

Merged
merged 1 commit into from Sep 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/graphql-serve/src/commands/printSchema.ts
@@ -1,5 +1,5 @@
import yargs from 'yargs';
import chalk from 'chalk';
import * as chalk from 'chalk';
import { printSchemaHandler } from '../components';

type Params = { model?: string };
Expand Down