Commit 8796749
authored
fix(federation): update federated hooks to support flow (#1864)
### 📝 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: #18621 parent f056e9d commit 8796749
File tree
1 file changed
+2
-2
lines changed- generator/graphql-kotlin-federation/src/main/kotlin/com/expediagroup/graphql/generator/federation
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments