-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and CI workflow (#13)
* Update dependencies and ci workflow * Update apollo cli version
- Loading branch information
Showing
13 changed files
with
2,314 additions
and
1,925 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Apollo Schema Check Action Changelog | ||
|
||
## 1.1.0 (August 18, 2021) | ||
|
||
- Add `apolloVersion` setting to specify Apollo CLI version | ||
- Update dependencies | ||
|
||
## 1.0.0 (July 6, 2020) | ||
|
||
Initial release! :tada: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Loading Apollo Project | ||
Found 0 graph composition errors for service bank-service on graph neo-customer-api@production | ||
Found 0 graph composition errors for service my-service on graph my-customer-api@production | ||
Compared 0 schema changes against 206 operations over the last 30 days | ||
Found 0 breaking changes and 0 compatible changes | ||
|
||
### Apollo Service Check | ||
🔄 Validated your local schema against metrics from variant `production` for graph `bank-service` on graph `neo-customer-api@production`. | ||
🔄 Validated your local schema against metrics from variant `production` for graph `my-service` on graph `my-customer-api@production`. | ||
🔢 Compared **0 schema changes** against **206 operations** seen over the **last 30 days**. | ||
✅ Found **no changes**. | ||
|
||
🔗 [View your service check details](https://studio.apollographql.com/service/neo-customer-api/check/e242c939-88de-47ce-8c09-25151e1588d3?schemaTag=production&graphCompositionID=c9535a0f-ba98-4226-96bb-8727a8fa0660). | ||
🔗 [View your service check details](https://studio.apollographql.com/service/my-customer-api/check/e242c939-88df-47ce-8c19-25151e1588d3?schemaTag=production&graphCompositionID=c9535a0f-bc98-4226-96ba-8727a8fa0660). |
Oops, something went wrong.