cat introspection_query.json
{
"query": "query IntrospectionQuery {
__schema {
queryType { name }
mutationType { name }
(function() { | |
try { | |
var $_console$$ = console; | |
Object.defineProperty(window, "console", { | |
get: function() { | |
if ($_console$$._commandLineAPI) | |
throw "Sorry, for security reasons, the script console is deactivated on this website"; | |
return $_console$$ | |
}, | |
set: function($val$$) { |
import { NgModule } from "@angular/core"; | |
import { DeviceType } from "ui/enums"; | |
import { device } from "platform"; | |
import * as application from "application"; | |
const fs = require("file-system"); | |
@NgModule({ | |
// .. | |
}) |