mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-05-28 23:31:07 +08:00
highlight a code line
This commit is contained in:
@@ -210,7 +210,7 @@ module.exports = {
|
||||
|
||||
In some cases you may have a locally generated file with your schema that you want to link. This can be either a `.graphql` file with the schema in SDL form or a saved introspection result in `.json`. To link your client project to a local schema file, configure it like so:
|
||||
|
||||
```js
|
||||
```js line=3
|
||||
module.exports = {
|
||||
service: {
|
||||
localSchemaFile: './path/to/schema.graphql',
|
||||
|
||||
Reference in New Issue
Block a user