UNPKG

phx-node

Version:

PHX NODE

14 lines 436 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QUERY_GET_LIST_SCHOOL_MULTI = exports.HOSTNAME_MULTI_TESTING = void 0; exports.HOSTNAME_MULTI_TESTING = 'https://fly.phx-smartschool.com'; exports.QUERY_GET_LIST_SCHOOL_MULTI = ` query GetListSchool { school(where: {deleted_at: {_is_null: true}, hostname: {_is_null: false}}) { id name hostname } } `; //# sourceMappingURL=query.js.map