kavink
kavink
Thanks ! Additional question , how does the data format look? i.e. if I need to model server side checks or saving state/DAG on server side ?
@syrusakbary @willdeuschle Looks like graphql-core/graphene has subscriptions support ? Is there an example to refer of an flask app using subscriptions?
basically similar to how Ansible yaml files allowing, multiple flow's with different params or chaining flows. But im new to Selinon and trying wrap my head how to integrate with...
@Toilal Would it be possible to resolve the conflict also if possible would be great to update the README or the documentation with usage/example or some blurb about this feature,...
@mojochao @neriusmika What if you need to find by Employee name or any other field ? How do we expose that, Could not find an example here on querying by...
@hballard Wondering if python2.7 compatibility is needed?
@syrusakbary Any comments and feedback on if you would accept this in mainline ? cc: @hballard Would be great if we get it in after whatever changes are needed.
@hballard when I run Flask example and from graphql when I try to subscribe. I get following error ``` "Subscriptions are not allowed. You will need to either use the...
@hballard instead of running under gunicorn, running from command line, it runs, But I dont see the results. The subscription needs: ```A subscription must return an observable``` But the type...
I think I found the issue, I had to remove all other files except keep ```base, constants, gevent, pubsub/gevent_observable```