Skip to content

Commit

Permalink
packages!
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jun 11, 2020
1 parent 19cd35b commit 09ccadd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/stitch/src/mergeCandidates.ts
Expand Up @@ -21,8 +21,9 @@ import {
GraphQLEnumValueConfigMap,
} from 'graphql';

import { mergeType, mergeInputType, mergeInterface, mergeUnion, mergeEnum } from '@graphql-tools/merge';

import { MergeTypeCandidate } from './types';
import { mergeType, mergeInputType, mergeInterface, mergeUnion, mergeEnum } from 'packages/merge/src';

export function mergeCandidates(typeName: string, candidates: Array<MergeTypeCandidate>): GraphQLNamedType {
const initialCandidateType = candidates[0].type;
Expand Down

0 comments on commit 09ccadd

Please sign in to comment.