Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Aug 3, 2022
1 parent bd0ee2f commit c322e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/handlers/openapi/test/nested_objects.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import * as openAPIToGraphQL from '../src/openapi-to-graphql/index';
import { GraphQLSchema, graphql, parse, validate } from 'graphql';
import { fetch } from 'cross-undici-fetch';
import { fetch } from '@whatwg-node/fetch';
import { startServer, stopServer } from './nested_objects_server';

const oas = require('./fixtures/nested_object.json');
Expand Down

0 comments on commit c322e84

Please sign in to comment.