clean up node interface
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var getbabelRelayPlugin = require('babel-relay-plugin'),
|
||||
schema = require('../data/schema.json');
|
||||
schema = require('../config/graphql/schema.json');
|
||||
|
||||
module.exports = getbabelRelayPlugin(schema.data, {abortOnError: true});
|
||||
|
||||
Reference in New Issue
Block a user