We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d46220 commit 4013319Copy full SHA for 4013319
src/cli.ts
@@ -1,9 +1,9 @@
1
import { readFile, writeFile } from "node:fs/promises";
2
import { parseArgs } from "node:util";
3
4
-import { buildSchema, printSchema,validateSchema } from "graphql";
+import { buildSchema, printSchema, validateSchema } from "graphql";
5
6
-import { semanticToNullable,semanticToStrict } from "./index.js";
+import { semanticToNullable, semanticToStrict } from "./index.js";
7
8
export async function main(toStrict = false) {
9
const {
0 commit comments