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

0.23.3

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

This release fixes the dependency of GraphQL-core

0.23.2

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

This releases updates the _debug server_ to serve the API on '/' as well as '/graphql'.

0.23.1

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

Removes the need for duplicate graphiql template file.

0.23.0

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

This releases replaces the playground with GraphiQL including the GraphiQL explorer plugin.

0.22.0

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

This release adds support for generic types, allowing
to reuse types, here's an example:

python
T = typing.TypeVar("T")


strawberry.type
class Edge(typing.Generic[T]):
cursor: strawberry.ID
node: T


strawberry.type
class Query:
strawberry.field
def int_edge(self, info, **kwargs) -> Edge[int]:
return Edge(cursor=strawberry.ID("1"), node=1)

0.21.1

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

Page 110 of 119

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.