You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/apollo/README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,11 +96,11 @@ ARGUMENTS
96
96
OUTPUT
97
97
Directory to which generated files will be written.
98
98
- For TypeScript/Flow generators, this specifies a directory relative to each source file by default.
99
-
- For TypeScript/Flow generators with the "outputFlat" flag is set, and for the Swift generator, this specifies a
99
+
- For TypeScript/Flow generators with the "outputFlat" flag is set, and for the Swift generator, this specifies a
100
100
file or directory (absolute or relative to the current working directory) to which:
101
101
- a file will be written for each query (if "output" is a directory)
102
102
- all generated types will be written
103
-
- For all other types, this defines a file (absolute or relative to the current working directory) to which all
103
+
- For all other types, this defines a file (absolute or relative to the current working directory) to which all
104
104
generated types are written.
105
105
106
106
OPTIONS
@@ -308,15 +308,15 @@ DESCRIPTION
308
308
309
309
Installation of a user-installed plugin will override a core plugin.
310
310
311
-
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
312
-
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
311
+
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
312
+
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
313
313
the CLI without the need to patch and update the whole CLI.
314
314
315
315
ALIASES
316
316
$ apollo plugins:add
317
317
318
318
EXAMPLES
319
-
$ apollo plugins:install myplugin
319
+
$ apollo plugins:install myplugin
320
320
$ apollo plugins:install https://github.com/someuser/someplugin
321
321
$ apollo plugins:install someuser/someplugin
322
322
```
@@ -341,7 +341,7 @@ OPTIONS
341
341
DESCRIPTION
342
342
Installation of a linked plugin will override a user-installed or core plugin.
343
343
344
-
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
344
+
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
345
345
command will override the user-installed or core plugin implementation. This is useful for development work.
346
346
347
347
EXAMPLE
@@ -612,6 +612,8 @@ npm test
612
612
613
613
You can also run `npm` commands within package folders after you have bootstrapped the repository (part of `npm install`).
614
614
615
+
> Note: if you have issues, try `npm run clean && npm i` to get a fresh install of the packages. Occasionally problems arise when removed dependencies stay around
616
+
615
617
## Nock tests
616
618
617
619
To display the debugging messages for nock, run the following command:
0 commit comments