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(cli): support loading files based on paths in additionalTypeDefs #276

Merged
merged 7 commits into from
Dec 5, 2024

Conversation

ardatan
Copy link
Member

@ardatan ardatan commented Dec 5, 2024

import { defineConfig } from '@graphql-hive/gateway';

export const gatewayConfig = defineConfig({
  additionalTypeDefs: './additionalTypeDefs/*.graphql',
});

@theguild-bot
Copy link
Collaborator

theguild-bot commented Dec 5, 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-tools/executor-http 1.1.13-alpha-218cb5e6cd298cbb56bf944307c1575d1dc485fb npm ↗︎ unpkg ↗︎
@graphql-tools/federation 2.2.39-alpha-218cb5e6cd298cbb56bf944307c1575d1dc485fb npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-runtime 0.10.14-alpha-218cb5e6cd298cbb56bf944307c1575d1dc485fb npm ↗︎ unpkg ↗︎
@graphql-hive/gateway 1.6.1-alpha-218cb5e6cd298cbb56bf944307c1575d1dc485fb npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-opentelemetry 1.3.20-alpha-218cb5e6cd298cbb56bf944307c1575d1dc485fb npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 1.3.8-alpha-218cb5e6cd298cbb56bf944307c1575d1dc485fb npm ↗︎ unpkg ↗︎
@graphql-hive/gateway-runtime 1.3.8-alpha-218cb5e6cd298cbb56bf944307c1575d1dc485fb npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-http 0.6.24-alpha-218cb5e6cd298cbb56bf944307c1575d1dc485fb npm ↗︎ unpkg ↗︎

@theguild-bot
Copy link
Collaborator

theguild-bot commented Dec 5, 2024

🚀 Snapshot Release (Binary for Linux-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Dec 5, 2024

🚀 Snapshot Release (Binary for macOS-ARM64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Dec 5, 2024

🚀 Snapshot Release (Binary for macOS-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Dec 5, 2024

🚀 Snapshot Release (Node Docker Image)

The latest changes of this PR are available as image on GitHub Container Registry (based on the declared changesets):

ghcr.io/graphql-hive/gateway:1.6.1-alpha-218cb5e6cd298cbb56bf944307c1575d1dc485fb

@theguild-bot
Copy link
Collaborator

theguild-bot commented Dec 5, 2024

🚀 Snapshot Release (Bun Docker Image)

The latest changes of this PR are available as image on GitHub Container Registry (based on the declared changesets):

ghcr.io/graphql-hive/gateway:1.6.1-alpha-218cb5e6cd298cbb56bf944307c1575d1dc485fb-bun

@theguild-bot
Copy link
Collaborator

theguild-bot commented Dec 5, 2024

🚀 Snapshot Release (Binary for Windows-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@ardatan ardatan merged commit 7e444f9 into main Dec 5, 2024
27 checks passed
@ardatan ardatan deleted the support-files-additional-typedefs branch December 5, 2024 13:10
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.

2 participants