graphene-sqlalchemy

Graphene/GraphQL find specific column value

Graphene/GraphQL find specific column value Question: For some reason, I can’t figure out how to simply find a specific piece of data in my SQLAlchemy database. In the graphene-python documentation it simply does this query to match the id (which is a string): book(id: “Qm9vazow”) { id title } Now here’s my Flask-Graphene-SQLAlchemy code for …

Total answers: 1