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
/
output
/
ReflectNamedType.js
9 lines
(8 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ReflectElement
}
from
"./ReflectElement"
;
export
class
ReflectNamedType
extends
ReflectElement
{ kind;
constructor
(
$, _
) {
super
($, _);
this
.
kind
= _.
kind
; } }