UNPKG

@accounts/typeorm

Version:
5 lines (3 loc) 201 B
import { InjectionToken } from 'graphql-modules'; import { type UserService } from '../entity/UserService'; export const UserServiceToken = new InjectionToken<typeof UserService>('UserServiceToken');