Skip to content

Commit

Permalink
fix express-graphql usage (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jul 7, 2020
1 parent e14de2e commit 5cad6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/links/tests/upload.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AddressInfo } from 'net';
import { Readable } from 'stream';

import express, { Express } from 'express';
import graphqlHTTP from 'express-graphql';
import { graphqlHTTP } from 'express-graphql';
import { GraphQLUpload, graphqlUploadExpress } from 'graphql-upload';
import FormData from 'form-data';
import { fetch } from 'cross-fetch';
Expand Down

0 comments on commit 5cad6e8

Please sign in to comment.