Strawberry-graphql

Latest version: v0.235.0

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

Scan your dependencies

Page 105 of 122

0.35.4

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

This releases allows UNSET to be used anywhere and prevents mypy to report an error.

0.35.3

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

This releases adds support for strawberry.union inside mypy.

0.35.2

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

This release fixes an issue with the extension runner and async resolvers

0.35.1

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

Fixed bug where you couldn't use the same Union type multiple times in a schema.

0.35.0

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

Added `strawberry.Private` type to mark fields as "private" so they don't show up in the GraphQL schema.

Example:

python
import strawberry


strawberry.type
class User:
age: strawberry.Private[int]

strawberry.field
def age_in_months(self) -> int:
return self.age * 12

0.34.2

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

Fix typo in type_resolver.py

Page 105 of 122

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.