ethe / pygraphy

A modern Pythonic GraphQL implementation.
MIT License
92 stars 13 forks source link

Pydantic #15

Closed lostb1t closed 4 years ago

lostb1t commented 5 years ago

Loving your implementation. But i was wondering if theres a reason you did not use Pydantic for the base of this project?

ethe commented 5 years ago

Thank you, sorry I do not know Pydantic before. However, it is no worry about it, it is easy to develop and maintain a simple Dataclass-like ORM as what Pygraphy doing.