UNPKG

@accounts/typeorm

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