Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
Apollo's Federation Router now brings support for subscriptions: https://www.apollographql.com/docs/router/executing-operations/subscription-support
Consequently, the exception that is thrown when building a schema with subscriptions should be removed from ApolloFederationDriver to make it fit for use with the new router.
Subgraph recently implemented subscription support, so this already good for release: apollographql/federation#2388
Describe the solution you'd like
see above
Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
Make subscriptions available in federation
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
Apollo's Federation Router now brings support for subscriptions: https://www.apollographql.com/docs/router/executing-operations/subscription-support
Consequently, the exception that is thrown when building a schema with subscriptions should be removed from
ApolloFederationDriverto make it fit for use with the new router.Subgraph recently implemented subscription support, so this already good for release: apollographql/federation#2388
Describe the solution you'd like
see above
Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
Make subscriptions available in federation