We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91069b commit c56be4eCopy full SHA for c56be4e
packages/openapi-to-graphql-cli/src/index.ts
@@ -6,6 +6,7 @@ import fs from 'fs'
6
import yaml from 'js-yaml'
7
import { printSchema } from 'graphql'
8
import { Command } from 'commander'
9
+import { fetch } from 'cross-fetch'
10
11
import { createGraphQLSchema, Oas2, Oas3, Options } from 'openapi-to-graphql'
12
0 commit comments