vscode-apollo 2.2.1 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +0,0 @@
1
- module.exports = {
2
- client: {
3
- service: {
4
- name: "localMultiSchema",
5
- localSchemaFile: [
6
- "./starwarsSchema.graphql",
7
- // this documents an unfixed bug: in this multi-folder-workspace, this looks for files relative to the first folder in the .code-workspace file
8
- "./planets.graphql",
9
- ],
10
- },
11
- },
12
- };
@@ -1,3 +0,0 @@
1
- module.exports = {
2
- rover: {},
3
- };