Strawberry-graphql

Latest version: v0.235.0

Safety actively analyzes 638452 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 118 of 122

0.15.5

Not secure
-------------------

Add the flake8-bugbear linting plugin to catch likely bugs

0.15.4

Not secure
-------------------

Fixed conversion of enum when value was falsy.

0.15.3

Not secure
-------------------

Fixed issue when trying to convert optional arguments to a type

0.15.2

Not secure
-------------------

Fix issue with converting arguments with optional fields.

Thanks to [sciyoshi](https://github.com/sciyoshi) for the fix!

0.15.1

Not secure
-------------------

Added a Django view that allows you to query the schema and interact with it via GraphiQL

Usage:

python
Install
pip install "strawberry-graphql[django]"

settings.py
INSTALLED_APPS = [
...,
"strawberry.django",
]

urls.py
from strawberry.django.views import GraphQLView
from your_project.schema import schema

urlpatterns = [
path("graphql/", GraphQLView.as_view(schema=schema)),
]

0.15.0

Not secure
-------------------

This release doesn't add any feature or fixes, but it fixes an issue with
checking for release files when submitting PRs ✨.

Page 118 of 122

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.