You are here: Home / LBN / Up2date / Core Linux / BastionLinux 36 / python3-strawberry-graphql-django-0.60.0-1.lbn36.noarch

python3-strawberry-graphql-django-0.60.0-1.lbn36.noarch

Package Attributes
RPM  python3-strawberry-graphql-django-0.60.0-1.lbn36.noarch.rpm Architecture  noarch Size  919403 Created  2025/07/23 05:04:29 UTC
Package Specification
Summary Strawberry GraphQL Django extension
Group Unspecified
License ZPL
Home Page https://pypi.org/project/strawberry-graphql-django
Description

Strawberry GraphQL Django integration

Docs | Discord This package provides powerful tools to generate GraphQL types, queries, mutations and resolvers from Django models. Installing strawberry-graphql-django package from the python package repository. pip install strawberry-graphql-django

Supported Features

GraphQL type generation from models Filtering, pagination and ordering Basic create, retrieve, update and delete (CRUD) types and mutations Basic Django auth support, current user query, login and logout mutations Django sync and async views Permission extension using django's permissioning system Relay support with automatic resolvers generation Query optimization to improve performance and avoid common pitfalls (e.g n+1) Debug Toolbar integration with graphiql to display metrics like SQL queries Unit test integration

Basic Usage

from django.db import models

class Fruit(models.Model): """A tasty treat""" name = models.CharField( max_le

Requires
rpmlib(PayloadIsZstd)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
Provides
python-strawberry-graphql-django
python3-strawberry-graphql-django
python3.10-strawberry-graphql-django
python3.10dist(strawberry-graphql-django)
python3dist(strawberry-graphql-django)
Obsoletes
python-strawberry-graphql-django

Document Actions