mercurius-js / mercurius

Implement GraphQL servers and gateways with Fastify
https://mercurius.dev/
MIT License
2.34k stars 234 forks source link

roadmap: migration of mercurius-gateway #929

Closed marco-ippolito closed 1 year ago

marco-ippolito commented 1 year ago

I'm creating a roadmap to keep track of the work on the migration of mercurius-gateway as npm dependency.

Mazuh commented 1 year ago

remove subscription-client from mercurius/lib

I'm going to work on it.

Mazuh commented 1 year ago

I left a PR open: https://github.com/mercurius-js/mercurius/pull/930 but it's blocked until https://github.com/mercurius-js/mercurius/pull/916 gets merged.

mcollina commented 1 year ago

@marco-ippolito could you finish this up?

marco-ippolito commented 1 year ago

@mcollina should we remove the gateway and the subscription client from mercurius before or after releasing mercurius-gateway?

mcollina commented 1 year ago

I think the next step is to remove the subscriptionclient from mercurius.

marco-ippolito commented 1 year ago

@mcollina any blockers on the release on mercurius-gateway I can help with? should I take over @codeflyer pr on removing gateway from mercurius before the release of the gateway?

mcollina commented 1 year ago

I've released the new gateway. @marco-ippolito could you finish https://github.com/mercurius-js/mercurius/pull/916?