Erik Wrede

Results 21 issues of Erik Wrede

Thanks for the great open-source tool! Would it be possible to support MathJax/Latex-like styling for the names of components and other text to support subscript letters and more complex symbols?...

Graphene offers a convenient method to convert a Python-Enum (`PyEnum`) to a graphene-compatible enum (`GEnum`) using the `types.Enum.from_enum()` function. However, this function creates a new type each time it is...

✨ enhancement

Draft TODO - [ ] Write Tests - [ ] Fix Tests & Evaluate if this feature is desirable

Add an example to the docs to get the total count of items on `SQLAlchemyConnectionField`s. Recipes presented in #58 could provide a great starting point.

enhancement
:book: documentation

This issue will collect ToDos and blockers for this library's `3.0` release. While `graphene==3.0` is already fully supported by the current beta release `3.0.0b3`, future beta releases will introduce new...

This issue lists design discussions currently in progress. Results from these discussions will be implemented in future releases of `graphene-sqlalchemy`. Any input and thoughts on these features are appreciated! -...

We should upgrade graphene to use modern type hints. In that process, type hints should be removed from the class/method documentation to have the code as the single source of...

✨ enhancement
🙋 help wanted
📖 documentation

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature