mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-06-10 06:49:36 +08:00
Update local repository references to apollo-config.
The location of the `apollo-config` file was moved in
b1204a650c, so this updates the existing references within
this same repository to reflect the new location of the file.
cc @michael-watson
This commit is contained in:
@@ -74,7 +74,7 @@ module.exports = {
|
||||
|
||||
> Linking to the local schema won't provide all features such as switching schema tags and performance metrics.
|
||||
|
||||
More information about configuring an Apollo project can be found [here](../resources/apollo-config.html)
|
||||
More information about configuring an Apollo project can be found [here](../platform/apollo-config.html)
|
||||
|
||||
<h2 id="client-side-schemas">Client side schemas</h2>
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ To push a service, start the GraphQL server and run the following command, subst
|
||||
apollo service:push --key="<API_KEY>" --endpoint="https://example.com/graphql"
|
||||
```
|
||||
|
||||
> For accuracy, it's best to retrieve the schema from a running GraphQL server (with introspection enabled), though local files representing a schema can also be used. See the [configuration options](./resources/apollo-config.html) for more information.
|
||||
> For accuracy, it's best to retrieve the schema from a running GraphQL server (with introspection enabled), though local files representing a schema can also be used. See the [configuration options](./platform/apollo-config.html) for more information.
|
||||
|
||||
<h3 id="viewing-schema">Viewing a published schema</h3>
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ To check and see the difference between the current published schema and a new v
|
||||
apollo service:check --key="<API_KEY>" --endpoint="http://localhost:4000/graphql"
|
||||
```
|
||||
|
||||
> For accuracy, it's best to retrieve the schema from a running GraphQL server (with introspection enabled), though the CLI also reference a local file. See [config options](../resources/apollo-config.html) for more information.
|
||||
> For accuracy, it's best to retrieve the schema from a running GraphQL server (with introspection enabled), though the CLI also reference a local file. See [config options](../platform/apollo-config.html) for more information.
|
||||
|
||||
After analyzing the changes against current usage metrics, Apollo will identify three categories of changes and report them to the developer on the command line or within a GitHub pull-request:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user