UNPKG
darkbasic-accounts-typeorm
Version:
alpha (0.34.0-alpha-20231121003541-41e20773)
latest (0.34.0)
rc (0.34.0-rc-20231121004651-2f0da36a)
0.34.0
0.34.0-rc-20231121004651-2f0da36a
0.34.0-alpha-20231121003541-41e20773
0.34.0-alpha-20231121000855-41e20773
0.34.0-alpha-20231120210331-c05da0b4
0.34.0-alpha-20231120204850-c05da0b4
0.33.2-alpha-20231020080632-080a111d
TypeORM adaptor for accounts
github.com/accounts-js/accounts/tree/master
accounts-js/accounts
darkbasic-accounts-typeorm
/
src
/
types
/
UserService.symbol.ts
5 lines
(3 loc)
•
196 B
text/typescript
View Raw
1
2
3
4
5
import
{
InjectionToken
}
from
'graphql-modules'
;
import
{
UserService
}
from
'../entity/UserService'
;
export
const
UserServiceToken
=
new
InjectionToken
<
typeof
UserService
>(
'UserServiceToken'
);