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
/
_Directive.d.ts
9 lines
(8 loc)
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{ _ }
from
"./_"
;
import
type
{ _DirectiveLocation }
from
"./_DirectiveLocation"
;
import
type
{ _InputField }
from
"./_InputField"
;
export
interface
_Directive
extends
_ {
isRepeatable
:
boolean
;
locations
:
Array
<_DirectiveLocation>;
args
:
Array
<_InputField>; }