File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 2
2
* ~
3
3
. * .haste_cache. *
4
4
.DS_Store
5
+ .idea
6
+
5
7
lib
6
8
node_modules
7
9
npm-debug.log
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