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
/
_.d.ts
6 lines
(5 loc)
•
113 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
_<
Name
=
string
> {
name
:
Name
;
description
:
string
|
null
;
title
?:
string
|
null
; }