UNPKG

graphql-modules

Version:

Create reusable, maintainable, testable and extendable GraphQL modules

7 lines (6 loc) 106 B
export function provideEmpty(token) { return { provide: token, useValue: {}, }; }