UNPKG
@cran/gql.reflect
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
Cranberry Introspection Utilities for GraphQL
@cran/gql.reflect
/
mjs
/
index.js
4 lines
(3 loc)
•
116 B
JavaScript
View Raw
1
2
3
4
export
*
from
"./input"
;
export
*
from
"./output"
;
export
{ getIntrospectionQuery }
from
"./getIntrospectionQuery"
;