Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Aug 29, 2024
1 parent cd0c5ed commit 1b418d8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/fusion/runtime/src/unifiedGraphManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ function ensureSchema(source: GraphQLSchema | DocumentNode | string) {
return source;
}

export interface GetExecutableSchemaFromSupergraphOptions<TContext extends Record<string, any>> {
additionalTypeDefs?: DocumentNode | string | DocumentNode[] | string[];
additionalResolvers?: IResolvers<unknown, TContext> | IResolvers<unknown, TContext>[];
transportContext?: TransportContext;
}

export type UnifiedGraphHandler = (opts: UnifiedGraphHandlerOpts) => UnifiedGraphHandlerResult;

export interface UnifiedGraphHandlerOpts {
Expand Down

0 comments on commit 1b418d8

Please sign in to comment.