kavink

Results 26 comments of kavink

@hballard Thanks, I got it working now from graphiql, Now im trying to make it run under ```foreman and gunicorn```

@hballard Awesome !!! thanks a lot for your work .. I Got it working https://bitbucket.org/noppo/gevent-websocket just had to provide worker-class. I am all set now . Thanks! ``` gunicorn -k...

Only annoyance right now is being required to have ```template.py``` with web socket url to make Graphiql work. And I cannot use ```GraphQLView.as_view```

@hballard @syrusakbary Now that I got Subscriptions working for simple example, wondering how can I do the following in RxPy, which will keep querying database using SQLAlchemy till a condition...

@hballard The ```pubsub``` does not work if the definition of is a global space. I am trying to import it from a celery worker and publish it. if I define...

@hballard figured it out.. I should be using ```GeventRxRedisPubsub``` and NOT ```GeventRxPubsub``` so I can publish from celery worker and subscribe from flask/graphql in schema/subscriptions

@xumx @niall-byrne Any feedback on upgrading UI and Changing API to swagger 2.0 ?

@christophervalles @niall-byrne @rantav Were you able to do this ? Anyone have idea?

@mstn Thanks, But wont be able to use apollo-redux-form as it still depends on 1.X ?

Thanks, Let me test this. One quick question: Does the release plugin work in this? Looks like release plugin has a parameter `requireBranch`, which defaults to master.