Strawberry-graphql

Latest version: v0.229.1

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

Scan your dependencies

Page 116 of 119

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 ✨.

0.14.4

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

Fixes the conversion of Enums in resolvers, arguments and input types.

0.14.3

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

Add a mypy plugin that enables typechecking Strawberry types

0.14.2

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

Fix List types being converted to Optional GraphQL lists.

0.14.1

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

This release doesn't add any feature or fixes, it only introduces a GitHub
Action to let people know how to add a RELEASE.md file when submitting a PR.

Page 116 of 119

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.