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
/
graphql
/
scalars.d.ts
3 lines
(2 loc)
•
107 B
TypeScript
View Raw
1
2
3
import
{
GraphQLScalarType
}
from
"graphql"
;
export
declare
const
JSON
String
:
GraphQLScalarType
<
any
,
any
>;