UNPKG

graphql-modules

Version:

Create reusable, maintainable, testable and extendable GraphQL modules

10 lines (9 loc) 213 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.provideEmpty = provideEmpty; function provideEmpty(token) { return { provide: token, useValue: {}, }; }