sqlalchemy-graphql-schemagen icon indicating copy to clipboard operation
sqlalchemy-graphql-schemagen copied to clipboard

Generate a full (query+mutation) GraphQL schema from your SQLAlchemy Declarative Model Base.

Results 7 sqlalchemy-graphql-schemagen issues
Sort by recently updated
recently updated
newest added

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

Bumps [setuptools](https://github.com/pypa/setuptools) from 59.1.1 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...

dependencies

Bumps [wheel](https://github.com/pypa/wheel) from 0.37.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Please provide instructions to load medgraphqlapi module.

documentation

```json { "errors": [ { "message": "Argument \"filters\" has invalid value {content: {op: LIKE, v: \"image\"}, datecreated: {op: GT, v: \"2020-05-01 00:00:00\"}}.\n In field \"datecreated\": In field \"v\": Expected type...

bug