graphene-sqlalchemy
graphene-sqlalchemy copied to clipboard
Added a new example using Falcon and graphene-sqlalchemy
Some time ago I put together an example utilising Falcon and graphene-sqlalchemy. It can be found under https://github.com/somada141/demo-graphql-sqlalchemy-falcon.
The example demonstrates setting up the SQLAlchemy ORM schema, representing it in GraphQL through graphene-sqlalchemy, and performing queries and mutations.
It also demonstrates how to use the GraphQL AST to limit the SQLAlchemy queries to only the fields requested in the GraphQL query.
Just realised the build fails cause its trying to run the tests out of my example, will fix
Coverage remained the same at 91.854% when pulling f850b81ee254554cedb7c11812e973978624761e on somada141:feature/falcon-example into 33d5b746719a4a0fb19d00337b1ed87fe40802a9 on graphql-python:master.
Coverage remained the same at 91.854% when pulling f850b81ee254554cedb7c11812e973978624761e on somada141:feature/falcon-example into 33d5b746719a4a0fb19d00337b1ed87fe40802a9 on graphql-python:master.
Coverage remained the same at 91.854% when pulling f850b81ee254554cedb7c11812e973978624761e on somada141:feature/falcon-example into 33d5b746719a4a0fb19d00337b1ed87fe40802a9 on graphql-python:master.
Coverage remained the same at 91.854% when pulling f850b81ee254554cedb7c11812e973978624761e on somada141:feature/falcon-example into 33d5b746719a4a0fb19d00337b1ed87fe40802a9 on graphql-python:master.
Thanks to share ! It's an interesting use case.