Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@graphql-tools
/
utils
/
cjs
/
Filename :
isDocumentNode.js
back
Copy
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDocumentNode = void 0; const graphql_1 = require("graphql"); function isDocumentNode(object) { return object && typeof object === 'object' && 'kind' in object && object.kind === graphql_1.Kind.DOCUMENT; } exports.isDocumentNode = isDocumentNode;