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
/
cjs
/
input
/
_Property.d.ts
4 lines
(3 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
import
type
{ _Field }
from
"./_Field"
;
import
type
{ _InputField }
from
"./_InputField"
;
export
declare
type
_Property = _Field | _InputField;