UNPKG

207 BTypeScriptView Raw
1import { DocumentNode } from 'graphql';
2export interface BuildFederatedSchemaOptions {
3 typeDefs: DocumentNode;
4 resolvers: any;
5}
6//# sourceMappingURL=build-federated-schema-options.interface.d.ts.map
\No newline at end of file