UNPKG
uzen
Version:
latest (1.3.46)
1.3.46
1.3.45
1.3.44
1.3.43
1.3.42
1.3.41
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
General-purpose GraphQL subscription server library
github.com/acoBOYZ/uZen
acoBOYZ/uZen
uzen
/
dist
/
utils
/
graphUtils.d.ts
7 lines
(6 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IAuthPayload
}
from
"../types/yoga"
;
declare
const
TOPICS
: {
ntCrud
:
(
topic
:
string
) =>
string
; };
declare
const
isAuth
:
(
authorization
:
IAuthPayload
|
undefined
) =>
IAuthPayload
;
export
{
TOPICS
, isAuth, };