Strawberry-graphql

Latest version: v0.235.0

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

Scan your dependencies

Page 119 of 122

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.

0.14.0

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

Added support for defining query directives, example:

python
import strawberry
from strawberry.directive import DirectiveLocation


strawberry.type
class Query:
cake: str = "made_in_switzerland"


strawberry.directive(
locations=[DirectiveLocation.FIELD], description="Make string uppercase"
)
def uppercase(value: str, example: str):
return value.upper()


schema = strawberry.Schema(query=Query, directives=[uppercase])

0.13.4

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

Improve dict_to_type conversion by checking if the field has a different name or case

Page 119 of 122

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.