forked from DebaucheryLibrarian/traxxx
Added Bang! deep scrape. Improved network page layout. Added Bang Bros logos.
This commit is contained in:
12
src/web/plugins/releases.js
Normal file
12
src/web/plugins/releases.js
Normal file
@@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
|
||||
const { makeExtendSchemaPlugin, gql } = require('graphile-utils');
|
||||
|
||||
const schemaExtender = makeExtendSchemaPlugin(_build => ({
|
||||
typeDefs: gql`
|
||||
`,
|
||||
resolvers: {
|
||||
},
|
||||
}));
|
||||
|
||||
module.exports = [schemaExtender];
|
||||
Reference in New Issue
Block a user