-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unexpected breaking change in types
- Loading branch information
Showing
8 changed files
with
25 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@graphql-mesh/types': patch | ||
--- | ||
|
||
Export again accidentially removed RedisConfig |
10 changes: 10 additions & 0 deletions
10
.yarn/patches/@ardatan-graphql-to-config-schema-npm-0.1.25-f8c48d384e.patch
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,10 @@ | ||
diff --git a/dist/directives.js b/dist/directives.js | ||
index bada42374b58093afec2d7290a82e1971bd8d85a..6ff572c1342cb501428614b89e518f1a3e9920de 100644 | ||
--- a/dist/directives.js | ||
+++ b/dist/directives.js | ||
@@ -1,3 +1,4 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
-exports.DIRECTIVES = "\n directive @md on OBJECT\n directive @withAdditionalProperties on OBJECT\n"; | ||
+exports.DIRECTIVES = | ||
+ "\n directive @md on OBJECT | UNION\n directive @withAdditionalProperties on OBJECT | UNION\n"; |
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
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
4 changes: 2 additions & 2 deletions
4
website/src/generated-markdown/RedisSentinelConfig.generated.md
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,4 +1,4 @@ | ||
|
||
* `host` (type: `String`) | ||
* `port` (type: `String`) | ||
* `host` (type: `String`, required) | ||
* `port` (type: `String`, required) | ||
* `family` (type: `String`) |