-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add handshake on connection for Embedded Explorer * Add type for outgoing messages and send graphRef on handshake * Remove apollo-client as dependency * Minor changeset * type all outgoing post messages via a function (#70) * Embedded Sandbox Relay (#80) * move embedded explorer & embedded sandbox into their own folders. Set up Embeddedsandbox, and much more simplified version of EmbeddedExplorer with introspection requests & update build commands to build both and publish both to cdn * update github workflow build steps * update Readme with new build steps & paths * update circle ci config * Revert "chore(deps): update dependency typescript to v4" This reverts commit e2262b1. * for now revert ts to v3 since TSDX doesn't support ts v4 yet * delete unused example * update url for subdomain * rename sandbox shtuff from explorer to sandbox * don't export ApolloSandbox * add changeset * add eslint-plugin-prettier * update default build command to point to new command name * add versioned jobs to circle ci also Co-authored-by: William San <[email protected]> Co-authored-by: mayakoneval <[email protected]>
- Loading branch information
1 parent
1c87608
commit fb3097f
Showing
34 changed files
with
17,458 additions
and
20,522 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 @@ | ||
--- | ||
'@apollo/explorer': minor | ||
--- | ||
|
||
Add handshake on connection for Embedded Explorer |
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 @@ | ||
--- | ||
'@apollo/explorer': minor | ||
--- | ||
|
||
Add support for embeddable Sandbox in the embedded-explorer repo. The embeddable Sandbox is only built and pushed to our CDN bucket for use in Apollo Server right now. |
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,4 +1,4 @@ | ||
{ | ||
"sandboxes": ["npm-embeddable-explorer-zotwkv"], | ||
"buildCommand": "build:cjs-esm" | ||
"buildCommand": "build" | ||
} |
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
Oops, something went wrong.