ports/devel/py-strawberry-graphql/pkg-descr
Kai Knoblich 30b5dea292 devel/py-strawberry-graphql: New port
Strawberry is a developer friendly GraphQL library for Python, designed
for modern development.

* Type hints: Leverages Python type hints to provide a great developer
  experience while creating GraphQL Libraries.

* Async Support: Supports async/await out of the box, allowing you to
  write your resolvers in a non-blocking way.

* Extensible: Has support for schema and field extensions, allowing you
  to extend the schema with custom logic.

* Generics: Supports generics, allowing you to create reusable types
  that can be used in multiple places.

* Federation: Supports Federation, allowing you to create a federated
  GraphQL schema.

* Dataloaders: Comes with support for dataloaders, allowing you to batch
  multiple queries into a single one.

* Integrations: Has support for multiple integrations, allowing you to
  use it with your favorite web framework.

https://github.com/strawberry-graphql/strawberry
2024-03-31 16:34:36 +02:00

23 lines
872 B
Text

Strawberry is a developer friendly GraphQL library for Python, designed for
modern development.
* Type hints: Leverages Python type hints to provide a great developer
experience while creating GraphQL Libraries.
* Async Support: Supports async/await out of the box, allowing you to write
your resolvers in a non-blocking way.
* Extensible: Has support for schema and field extensions, allowing you to
extend the schema with custom logic.
* Generics: Supports generics, allowing you to create reusable types that can
be used in multiple places.
* Federation: Supports Federation, allowing you to create a federated GraphQL
schema.
* Dataloaders: Comes with support for dataloaders, allowing you to batch
multiple queries into a single one.
* Integrations: Has support for multiple integrations, allowing you to use it
with your favorite web framework.