←back to thread

153 points michaelanckaert | 1 comments | | HN request time: 0.338s | source
1. iooi ◴[] No.23490920[source]
I wanted to learn GraphQL recently and I wrote a small library to automagically generate GraphQL schemas from SQLAlchemy models. [1]

It's inspired by Hasura, the schema is almost the same. It's not optimized at all, but it's a nice way to quickly get started with GraphQL and expose your existing models.

[1] https://github.com/gzzo/graphql-sqlalchemy