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 93 of 119

0.46.0

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

Supporting multipart file uploads on Flask

0.45.4

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

Expose execution info under `strawberry.types.Info`

0.45.3

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

Fixes mypy failing when casting in enum decorator

0.45.2

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

Suggest installing the debug server on the getting started docs, so examples can work without import errors of uvicorn

0.45.1

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

Fix Generic name generation to use the custom name specified in Strawberry if available

python
strawberry.type(name="AnotherName")
class EdgeName:
node: str


strawberry.type
class Connection(Generic[T]):
edge: T


will result in `AnotherNameConnection`, and not `EdgeNameConnection` as before.

0.45.0

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

This release add the ability to disable query validation by setting
`validate_queries` to `False`

python
import strawberry


strawberry.type
class Query:
strawberry.field
def hello(self) -> str:
return "Hello"


schema = strawberry.Schema(Query, validate_queries=validate_queries)

Page 93 of 119

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.