Kyle J. Roux
Kyle J. Roux
`manager.add_command('db',migrateCommand)`
I believe we are using it, you just need to give an alias to the sub query like this ``` feeds: feeds(first: 2) { ```
Looks like in the try, you’re not returning the result, so it’s just moving along and returning the all call at the end. Just return the result.
@eamigo86 running pip install with --verbose showed the issue: ``` The package https://files.pythonhosted.org/packages/a6/fe/21790b17cd4b440466e8f1d61e772e032c1211fd59cb5102e81c78f15dd0/graphene-django-extras-0.4.6.tar.gz#sha256=08b7a2a1909e087cac5319818430e75125fdbc6185955860cfb96c1c6a2c3125 (from https://pypi.org/simple/graphene-django-extras/) (requires-python:>=3.6,=3.6,=3.6,
looks like something defiantly changed, because as of 0.4.6 i can no longer install. (i am on python version 2.7)
i have a weird feeling it was this commit: https://github.com/eamigo86/graphene-django-extras/commit/e7c99c8a22d432e4f85a3f635b379b88919258c1
@sbernier1 you want to overload `list_resolver`
fixed in #4
If you need to call functions from the engine in python you can use PyExecJs, which gives you access to the js runtime, so you can call JavaScript functions and...
I believe the local filesystem handler is complete and works, do you mean finish the ssh handler, to edit files on remote systems? Because the heroku app doesn't persist changes...