-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Staging -> Prod [ Fix Connect URL ] (#9)
* SDK Init (#1) * First Itr With Check in Initialization * Sync Initialization * Validate no required service * Use graphql-codegen * Use ENV For Codegen * Custom Error Codes * Error Modules * Fix copy errors * Github Workflow and Readme (#2) * Github Workflow * Minor Mods * Update Readme * Update Readme.md * Update README.md * Update README.md * Update README.md --------- Co-authored-by: Timi Ajiboye <[email protected]> * Modify Publish Workflow (#3) * Modify Publish Workflow * Update Readme.md * Update Workflow * Fix Test (#5) * Update Graphql Queries to use the Public API (#6) * Update Graphql Schema * Update Version * Fix Connect URL (#8) * Fix Connect URL * Use Multiple Export Paths * Fix Test --------- Co-authored-by: Timi Ajiboye <[email protected]>
- Loading branch information
Showing
7 changed files
with
30 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,4 @@ | ||
import { Services } from "./connect"; | ||
import { GandalfError, GandalfErrorCode } from "./lib/errors"; | ||
|
||
export { Services, GandalfError, GandalfErrorCode } |
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,6 +1,3 @@ | ||
import Connect, { Services } from "./connect"; | ||
import { GandalfError, GandalfErrorCode } from "./lib/errors"; | ||
import Connect from "./connect"; | ||
|
||
|
||
export { Services, GandalfError, GandalfErrorCode } | ||
export default Connect; |
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