Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
fix(delegateToSchema): fix typo breaking refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Sep 24, 2019
1 parent b148de0 commit cc44841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transforms/AddTypenameToAbstract.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { GraphQLSchema } from 'graphql';
import { Request } from '../Interfaces';
import { Transform } from './transforms';
import { addTypenameToAbstract } from '../stitching/addTypeNameToAbstract';
import { addTypenameToAbstract } from '../stitching/addTypenameToAbstract';

export default class AddTypenameToAbstract implements Transform {
private targetSchema: GraphQLSchema;
Expand Down

0 comments on commit cc44841

Please sign in to comment.