UNPKG

twitch-graphql

Version:
16 lines (15 loc) 949 B
"use strict"; var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) { if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } return cooked; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.SubscriptionPubSubChatLinkModule = exports.SubscriptionPubSubChatLinkSchema = void 0; var graphql_modules_1 = require("graphql-modules"); exports.SubscriptionPubSubChatLinkSchema = graphql_modules_1.gql(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n extend type SubscriptionMessage {\n message: Chat\n }\n"], ["\n extend type SubscriptionMessage {\n message: Chat\n }\n"]))); exports.SubscriptionPubSubChatLinkModule = graphql_modules_1.createModule({ id: "subscription-pubsub-chat-link-module", dirname: __dirname, typeDefs: exports.SubscriptionPubSubChatLinkSchema, }); var templateObject_1;