Skip to content
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

feat(@graphql-mesh/include): Library for importing and transpiling TypeScript and JavaScript module during runtime #7427

Merged
merged 23 commits into from
Aug 1, 2024

Conversation

enisdenjo
Copy link
Collaborator

@enisdenjo enisdenjo commented Jul 31, 2024

Closes #7413 (superseded), closes #7405

Also handles tsconfig paths.

TODO

  • Unit test include
  • Unit test tsconfig-paths (cant be done at the moment because jest doesnt allow augmented Module._resolveFilename)

Copy link
Contributor

github-actions bot commented Jul 31, 2024

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-mesh/compose-cli 0.6.7-alpha-20240801130507-e65f7f6163dd4fbc9999eb06619fce55539e66da npm ↗︎ unpkg ↗︎
@graphql-mesh/include 0.0.1-alpha-20240801130507-e65f7f6163dd4fbc9999eb06619fce55539e66da npm ↗︎ unpkg ↗︎
@graphql-mesh/cli 0.92.8-alpha-20240801130507-e65f7f6163dd4fbc9999eb06619fce55539e66da npm ↗︎ unpkg ↗︎
@graphql-mesh/http 0.100.7-alpha-20240801130507-e65f7f6163dd4fbc9999eb06619fce55539e66da npm ↗︎ unpkg ↗︎
@graphql-mesh/hmac-upstream-signature 0.0.7-alpha-20240801130507-e65f7f6163dd4fbc9999eb06619fce55539e66da npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-jwt-auth 0.0.8-alpha-20240801130507-e65f7f6163dd4fbc9999eb06619fce55539e66da npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-operation-headers 0.3.9-alpha-20240801130507-e65f7f6163dd4fbc9999eb06619fce55539e66da npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 0.102.9-alpha-20240801130507-e65f7f6163dd4fbc9999eb06619fce55539e66da npm ↗︎ unpkg ↗︎
@graphql-mesh/serve-cli 0.8.9-alpha-20240801130507-e65f7f6163dd4fbc9999eb06619fce55539e66da npm ↗︎ unpkg ↗︎
@graphql-mesh/serve-runtime 0.5.9-alpha-20240801130507-e65f7f6163dd4fbc9999eb06619fce55539e66da npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Jul 31, 2024

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

Copy link
Contributor

github-actions bot commented Jul 31, 2024

💻 Website Preview

The latest changes are available as preview in: https://b370a77e.graphql-mesh.pages.dev

Copy link
Contributor

github-actions bot commented Jul 31, 2024

Published images for this PR are available at:

ghcr.io/ardatan/mesh-serve:0.8.9-alpha-20240801130507-e65f7f6163dd4fbc9999eb06619fce55539e66da

@enisdenjo enisdenjo mentioned this pull request Jul 31, 2024
4 tasks
@enisdenjo enisdenjo marked this pull request as ready for review August 1, 2024 10:45
@enisdenjo enisdenjo requested a review from ardatan August 1, 2024 10:45
@enisdenjo enisdenjo merged commit 8be81d2 into master Aug 1, 2024
28 checks passed
@enisdenjo enisdenjo deleted the include-pkg branch August 1, 2024 14:13
This was referenced Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jiti Breaks Mesh Internal Codegen
2 participants