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

fix(federation): update federated hooks to support flow #1864

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

dariuszkuc
Copy link
Collaborator

📝 Description

As of v2.4, Federation supports subscriptions. Our servers automatically configure hooks for subscription Flow support for non-federated schemas. We should update federated hooks to also support Flow.

🔗 Related Issues

Resolves: #1862

As of v2.4, Federation supports subscriptions. Our servers automatically configure hooks for subscription `Flow` support for non-federated schemas. We should update federated hooks to also support `Flow`.

Resolves: ExpediaGroup#1862
@dariuszkuc dariuszkuc added the changes: patch Changes require a patch version label Oct 8, 2023
@dariuszkuc dariuszkuc changed the title fix: update federated hooks to support flow fix(federation): update federated hooks to support flow Oct 8, 2023
@samuelAndalon samuelAndalon self-requested a review October 30, 2023 16:58
@dariuszkuc dariuszkuc merged commit 8796749 into ExpediaGroup:master Oct 30, 2023
@dariuszkuc dariuszkuc deleted the federated_subs branch October 30, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes: patch Changes require a patch version
Development

Successfully merging this pull request may close these issues.

Returning Flow in the Subscription results in InvalidSubscriptionTypeException if used with Federation
2 participants