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
/
_DirectiveLocation.js
6 lines
(5 loc)
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
_DirectiveLocation
=
void
0
;
var
graphql_1 =
require
(
"graphql"
);
Object
.
defineProperty
(
exports
,
"_DirectiveLocation"
, {
enumerable
:
true
,
get
:
function
(
) {
return
graphql_1.
DirectiveLocation
; } });