create valid relay schema.json
This commit is contained in:
@@ -7,7 +7,7 @@ import graphQLHTTP from 'express-graphql';
|
||||
import path from 'path';
|
||||
import webpack from 'webpack';
|
||||
import WebpackDevServer from 'webpack-dev-server';
|
||||
import {Schema} from './data/schema';
|
||||
import {Schema} from './config/graphql/schema';
|
||||
|
||||
const APP_PORT = 3000;
|
||||
const GRAPHQL_PORT = 8080;
|
||||
|
||||
Reference in New Issue
Block a user