Closed lucasrcosta closed 3 years ago
Yeah! Still maintained, but this Flask integration doesn't require as many changes as other projects as the API is somewhat stable... that's why hasn't been to many changes lately. Any feature you are looking for?
No features actually. It's just that I make some customizations in my app and when I come here to check the source I always need to to choose the commit from 1.4.1 since so much has changed and there wasn't a new release to pypi. So I was unsure to wait for another release or point my requirements to the current commit.
@syrusakbary Would it make sense to list this project in the graphql-python/graphene readme under integrations alongside graphene-django?
Hi, these are great graphql libraries @syrusakbary!
Would you consider tagging and releasing a new version of flask-graphql? The current one is 27 commits behind master.
Currently batching with apollo (apollo-link-batch-http) is not working for the latest release 1.4.1
so currently I'm using a custom View-class to fix the issue locally. I tried with installing master via egg (pip install -e git+https://github.com/graphql-python/flask-graphql.git@master#egg=flask-graphql
) and it's fixed in master it seems.
@heyhugo you just made me so happy finding your comment
@HeyHugo @ProjectCheshire and for future reference: Version 2.0.0 which fixes this issue is released now. It's now also possible to enable GraphiQL and query batching on the same view.
@jonas-arkulpa Unfortunately, I got a bit frustrated with the wait/flask, so I moved over to aiohttp/asyncio completely. (Also for the easy websockets).Much appreciated for the notification <3 Flask was a great way to start fleshing this out as a prototype
@ProjectCheshire I'm very curious. What are you using now? aiohttp-graphql or aiographql or something else entirely?
@StevenACoffman aiohttp-graphq + somewhat locally modified graphql-ws (needed to set up a middleware manager / middlewares for ws) and handling my pubsub over rabbitmq. this is stacked on top of Neo4J graph database + neomodel OGM. and sitting behind nginx/gunicorn.
@syrusakbary thank you for this great project! I noticed that there have been a lot of commits since the last release, of which the last one was 6 months ago. Are you still planning on working on this project?
Best regards