Gqlify / gqlify

An API integration framework using GraphQL
https://www.gqlify.com
Apache License 2.0
178 stars 16 forks source link

Subscriptions? #32

Open jthegedus opened 5 years ago

jthegedus commented 5 years ago

Just wondering how this lib would work with graphql subscriptions?

I haven't tried it myself yet, but it seems from https://github.com/Canner/gqlify/issues/13 that it may not given that issue seems to mention whitelisting server middlewares.

If you could shine some light on this that would be great

wwwy3y3 commented 5 years ago

@jthegedus At this stage, we haven't discussed much how GraphQL subscription API should be.

There are many things we need to think through before implementing subscription, such as:

Right now, we're actually more focused on making overall architecture stable, enrich graphQL API and authentication.

Nevertheless, starting discussion earlier is always a good thing. Let us know what you think how subscription API should be.