File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 6
6
node_modules
7
7
npm-debug.log
8
8
coverage
9
+ .idea
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) 2015, Facebook, Inc.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the same directory.
8
+ */
9
+
1
10
import { expect } from 'chai' ;
2
11
import { execute } from '../executor' ;
3
12
import { describe , it } from 'mocha' ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) 2015, Facebook, Inc.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the same directory.
8
+ */
9
+
1
10
export {
2
11
GraphQLSchema
3
12
} from './schema' ;
You can’t perform that action at this time.
0 commit comments