-
Notifications
You must be signed in to change notification settings - Fork 10
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
@graphql-hive/importer and point to exact syntax error while parsing config #462
Conversation
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-tools/executor-graphql-ws |
1.3.8-alpha-244af41752af32f24982dabbf66153f3c2b17637 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.8.0-alpha-244af41752af32f24982dabbf66153f3c2b17637 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/importer |
1.0.0-alpha-244af41752af32f24982dabbf66153f3c2b17637 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-ws |
0.4.17-alpha-244af41752af32f24982dabbf66153f3c2b17637 |
npm ↗︎ unpkg ↗︎ |
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
@@ -526,7 +526,6 @@ export function createTenv(cwd: string): Tenv { | |||
path.resolve(__project, 'packages', 'gateway', 'src', 'bin.ts'), | |||
...getFullArgs(), | |||
); | |||
leftoverStack.use(proc); |
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.
Removed because the same process was added twice to the stack.
301581d
to
79c68a0
Compare
Closes ardatan/graphql-mesh#8267
@graphql-hive/importer
is pretty much a slimmed down and improved version of@graphql-hive/include
Other improvements
TODO
@graphql-hive/importer
for importing configs and transpiling TypeScript files ardatan/graphql-mesh#8280