-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-chapters-apollo-18-js-c1261ef88ad30a456fd7.js.map
1 lines (1 loc) · 2.32 KB
/
component---src-pages-chapters-apollo-18-js-c1261ef88ad30a456fd7.js.map
1
{"version":3,"sources":["webpack:///component---src-pages-chapters-apollo-18-js-c1261ef88ad30a456fd7.js","webpack:///./src/pages/chapters/apollo-18.js"],"names":["webpackJsonp","153","module","exports","__webpack_require__","_interopRequireDefault","obj","__esModule","default","pageQuery","undefined","_BaseChapter","_BaseChapter2","BaseChapter"],"mappings":"AAAAA,cAAc,iBAERC,IACA,SAAUC,EAAQC,EAASC,GAEhC,YASA,SAASC,GAAuBC,GAAO,MAAOA,IAAOA,EAAIC,WAAaD,GAAQE,QAASF,GAPvFH,EAAQI,YAAa,EACrBJ,EAAQM,UAAYC,MCNrB,IAAAC,GAAAP,EAAA,IDUKQ,EAAgBP,EAAuBM,EAI3CR,GAAQK,QCZMK,SAEFJ","file":"component---src-pages-chapters-apollo-18-js-c1261ef88ad30a456fd7.js","sourcesContent":["webpackJsonp([155669596892149],{\n\n/***/ 153:\n/***/ (function(module, exports, __webpack_require__) {\n\n\t\"use strict\";\n\t\n\texports.__esModule = true;\n\texports.pageQuery = undefined;\n\t\n\tvar _BaseChapter = __webpack_require__(18);\n\t\n\tvar _BaseChapter2 = _interopRequireDefault(_BaseChapter);\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\t\n\texports.default = _BaseChapter2.default; /* global graphql */\n\t\n\tvar pageQuery = exports.pageQuery = \"** extracted graphql fragment **\";\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// component---src-pages-chapters-apollo-18-js-c1261ef88ad30a456fd7.js","/* global graphql */\n\nimport BaseChapter from \"../../components/utils/BaseChapter\";\n\nexport default BaseChapter;\n\nexport const pageQuery = graphql`\n query ApolloQuery {\n allDataJson {\n edges {\n node {\n chapters {\n id\n name\n broadcastDate\n broadcastStartTime\n broadcastEndTime\n content {\n description\n script_quotes {\n quote\n author\n }\n credits {\n title\n names\n }\n }\n gallery {\n title\n description\n credits\n imageUrl\n }\n audio {\n type\n soundcloudSecretToken\n soundcloudTrackID\n }\n }\n }\n }\n }\n }\n`;\n\n\n\n// WEBPACK FOOTER //\n// ./src/pages/chapters/apollo-18.js"],"sourceRoot":""}