graphiql
Version:
An graphical interactive in-browser GraphQL IDE.
14 lines • 675 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResultViewer = void 0;
var react_1 = require("@graphiql/react");
var react_2 = __importDefault(require("react"));
function ResultViewer(props) {
var ref = (0, react_1.useResponseEditor)(props);
return (react_2.default.createElement("section", { className: "result-window", "aria-label": "Result Window", "aria-live": "polite", "aria-atomic": "true", ref: ref }));
}
exports.ResultViewer = ResultViewer;
//# sourceMappingURL=ResultViewer.js.map
;