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 91 of 122

0.56.3

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

This release fixes the return type value from info argument of resolver.

0.56.2

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

This release improves Pydantic support to support default values and factories.

0.56.1

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

This release fixes the pydantic integration where you couldn't
convert objects to pydantic instance when they didn't have a
default value.

0.56.0

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

Add --app-dir CLI option to specify where to find the schema module to load when using
the debug server.

For example if you have a _schema_ module in a _my_app_ package under ./src, then you
can run the debug server with it using:

bash
strawberry server --app-dir src my_app.schema

0.55.0

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

Add support for `default` and `default_factory` arguments in `strawberry.field`

python
strawberry.type
class Droid:
name: str = strawberry.field(default="R2D2")
aka: List[str] = strawberry.field(default_factory=lambda: ["Artoo"])

0.54.0

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

Internal refactoring.

* Renamed `StrawberryArgument` to `StrawberryArgumentAnnotation`
* Renamed `ArgumentDefinition` to `StrawberryArgument`
* Renamed `ArgumentDefinition(type: ...)` argument to
`StrawberryArgument(type_: ...)`

Page 91 of 122

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.