UNPKG

sql-to-graphql

Version:

Generate a GraphQL API based on your SQL database structure

12 lines (9 loc) 226 B
'use strict'; var b = require('ast-types').builders; var buildExport = require('./exports'); module.exports = function buildExportsQuery(opts) { return buildExport( b.identifier('schema'), opts ); };