-
Notifications
You must be signed in to change notification settings - Fork 8
feat(#352 | Typesync v2): buildout typesync-studio as a distributable cli/ui tool from hypergraph #474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…HypergraphSchemaQuery SSE hook
…graph connect auth
….whited/feat-352/client
…nc between UI and file
…tudio UI to schema file
….whited/feat-352/client
…wait for publish flow
…or opening app through cli
….whited/feat-352/client
….whited/feat-352/client
….whited/feat-352/client
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this came from me testing the typesync ui
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this came from me testing the typesync ui against this app
- apps/* | ||
- apps/create-hypergraph/template-* | ||
- packages/* | ||
- packages/*/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this one? @cmwhited
Description
This PR moves what was the
@graphprotocol/hypergraph-cli
cli tool and UI to be published as part of@graphprotocol/hypergraph
.This solves a few issues that were present in typesync v1:
The typesync v2 approach solves these issues by:
@graphprotocol/hypergraph
package that is installed as a dep in the hypergraph enabled app -> no need for an extra install, especially a global oneOnce the
@graphprotocol/hypergraph
dep is installed, it can be ran withhg typesync --open
Closes #352
Closes #353