Strawberry-graphql

Latest version: v0.229.1

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

Scan your dependencies

Page 91 of 119

0.50.2

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

Raise exception when un-serializable payload is provided to the Django view.

0.50.1

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

This release fixes a regression with the django sending the wrong content type.

0.50.0

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

This release updates get_context in the django integration to also receive a temporal response object that can be used to set headers, cookies and status code.



strawberry.type
class Query:
strawberry.field
def abc(self, info: strawberry.Info) -> str:
info.context.response.status_code = 418

return "ABC"

0.49.2

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

This releases changes how we define resolvers internally, now we have one single resolver for async and sync code.

0.49.1

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

Fix bug when using arguments inside a type that uses typing.Generics

0.49.0

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

This releases updates the ASGI class to make it easier to override `get_http_response`.

`get_http_response` has been now removed from strawberry.asgi.http and been moved to be
a method on the ASGI class.

A new `get_graphiql_response` method has been added to make it easier to provide a different GraphiQL interface.

Page 91 of 119

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.