Strawberry-graphql

Latest version: v0.263.0

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

Scan your dependencies

Page 116 of 133

0.35.5

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

This release disables tracing for default resolvers and introspection queries

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

Page 116 of 133

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.