Skip to content

Commit c56be4e

Browse files
Bryan BalmerAlan-Cha
Bryan Balmer
authored andcommitted
add reference to fetch
Signed-off-by: Bryan Balmer <[email protected]>
1 parent f91069b commit c56be4e

File tree

1 file changed

+1
-0
lines changed
  • packages/openapi-to-graphql-cli/src

1 file changed

+1
-0
lines changed

packages/openapi-to-graphql-cli/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import fs from 'fs'
66
import yaml from 'js-yaml'
77
import { printSchema } from 'graphql'
88
import { Command } from 'commander'
9+
import { fetch } from 'cross-fetch'
910

1011
import { createGraphQLSchema, Oas2, Oas3, Options } from 'openapi-to-graphql'
1112

0 commit comments

Comments
 (0)