UNPKG

162 BJavaScriptView Raw
1"use strict"
2
3const graphql = require(`graphql`)
4const { GraphQLJSON } = require(`graphql-compose`)
5
6module.exports = Object.assign({}, graphql, { GraphQLJSON })