Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/strawberry-graphql/strawberry-django
Strawberry GraphQL Django extension
https://github.com/strawberry-graphql/strawberry-django
Improve support for ordering by multiple fields
diesieben07 opened this issue 3 days ago
diesieben07 opened this issue 3 days ago
Ordering does not handle sorting by multiple fields when order is a variable
diesieben07 opened this issue 3 days ago
diesieben07 opened this issue 3 days ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request 6 days ago
pre-commit-ci[bot] opened this pull request 6 days ago
fix(optimizer): Prevent issuing duplicated queries for certain uses of first() and get()
diesieben07 opened this pull request 7 days ago
diesieben07 opened this pull request 7 days ago
fix(mutations): Refetch instances to optimize the return value
bellini666 opened this pull request 7 days ago
bellini666 opened this pull request 7 days ago
fix(pagination)!: Use `PAGINATION_DEFAULT_LIMIT` when limit is not provided
bellini666 opened this pull request 7 days ago
bellini666 opened this pull request 7 days ago
Weird strawberry_django.field resolver slowdown.
NT-Timm opened this issue 11 days ago
NT-Timm opened this issue 11 days ago
Documenting CUD mutations behavior for nested relationship fields
stygmate opened this issue 12 days ago
stygmate opened this issue 12 days ago
Added missing unpacking of strawberry.LazyType to optimzer.py
NT-Timm opened this pull request 16 days ago
NT-Timm opened this pull request 16 days ago
docs: Fix incorrect import paths in faq.md
videvide opened this pull request 17 days ago
videvide opened this pull request 17 days ago
Improved language in mutations docs
KyeRussell opened this pull request 19 days ago
KyeRussell opened this pull request 19 days ago
allow FullCleanOptions in full_clean arg annotation
g-as opened this pull request 19 days ago
g-as opened this pull request 19 days ago
Forward metadata when processing django type
g-as opened this pull request 20 days ago
g-as opened this pull request 20 days ago
Return error code when handling django errors
thclark opened this issue 20 days ago
thclark opened this issue 20 days ago
Fix Django permissions diagram syntax
sersorrel opened this pull request 24 days ago
sersorrel opened this pull request 24 days ago
Optimizer results are not used in case of one-to-many relations where just one object is used
diesieben07 opened this issue about 1 month ago
diesieben07 opened this issue about 1 month ago
docs: fix import typo
lozhkinandrei opened this pull request about 1 month ago
lozhkinandrei opened this pull request about 1 month ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request about 1 month ago
pre-commit-ci[bot] opened this pull request about 1 month ago
Support multi-level nested create/update with model `full_clean()`
philipstarkey opened this pull request about 1 month ago
philipstarkey opened this pull request about 1 month ago
Implementing Object Level Permissions
moluwole opened this issue about 1 month ago
moluwole opened this issue about 1 month ago
added failing test
NT-Timm opened this pull request about 1 month ago
NT-Timm opened this pull request about 1 month ago
New `PAGINATION_DEFAULT_LIMIT` pagination setting isn't used
SupImDos opened this issue about 1 month ago
SupImDos opened this issue about 1 month ago
Returning a Query type in a mutation's payload
rcybulski1122012 opened this issue about 1 month ago
rcybulski1122012 opened this issue about 1 month ago
update model_property path in the doc
alainburindi opened this pull request about 2 months ago
alainburindi opened this pull request about 2 months ago
Batch Mutations for creating, updating, and deleting #438
keithhackbarth opened this pull request about 2 months ago
keithhackbarth opened this pull request about 2 months ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request about 2 months ago
pre-commit-ci[bot] opened this pull request about 2 months ago
Related types yield duplicate nodes and distinct filter fails
Eraldo opened this issue about 2 months ago
Eraldo opened this issue about 2 months ago
Optimized nested pagination is broken for m2m fields
SupImDos opened this issue about 2 months ago
SupImDos opened this issue about 2 months ago
Introduce ObjectDoesNotExist as OperationMessage.kind enum value
tokr-bit opened this issue about 2 months ago
tokr-bit opened this issue about 2 months ago
Update filtering caution in mutations.md
ldynia opened this pull request 2 months ago
ldynia opened this pull request 2 months ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request 2 months ago
pre-commit-ci[bot] opened this pull request 2 months ago
fix: Make sure that async fields always return Awaitables
bellini666 opened this pull request 2 months ago
bellini666 opened this pull request 2 months ago
docs: Remove mention about having to enable subscriptions in the docs
bellini666 opened this pull request 2 months ago
bellini666 opened this pull request 2 months ago
TypeError: GraphQLView() received an invalid keyword 'subscriptions_enabled'. as_view only accepts arguments that are already attributes of the class.
thclark opened this issue 2 months ago
thclark opened this issue 2 months ago
feat: Official support for Python 3.13 and drop support for Python 3.8
bellini666 opened this pull request 2 months ago
bellini666 opened this pull request 2 months ago
feat: New Paginated generic to be used as a wrapped for paginated results
bellini666 opened this pull request 2 months ago
bellini666 opened this pull request 2 months ago
Make field_type_map a public api + some documentation
vt-rc opened this issue 2 months ago
vt-rc opened this issue 2 months ago
Type Difficult to use, not ORM friendly
vt-rc opened this issue 2 months ago
vt-rc opened this issue 2 months ago
`object list can't be used in 'await' expression` when using async `has_permission` with optimizer's `enable_prefetch_related_optimization` set to `True`
rcybulski1122012 opened this issue 2 months ago
rcybulski1122012 opened this issue 2 months ago
Add unit tests for partial input optional field behaviour in update mutations
SupImDos opened this pull request 3 months ago
SupImDos opened this pull request 3 months ago
Discussion: Alternative Approach to Handling Mutation Errors
humphrey opened this issue 3 months ago
humphrey opened this issue 3 months ago
Improve declaration and documentation for root queries in django (where multiple apps are used)
thclark opened this issue 3 months ago
thclark opened this issue 3 months ago
`annotate` and other query optimizations fail in mutations
erwinfeser opened this issue 3 months ago
erwinfeser opened this issue 3 months ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request 3 months ago
pre-commit-ci[bot] opened this pull request 3 months ago
Changed the recommended library for JWT Authentication in Django to strawberry-django-auth
pkrakesh opened this pull request 3 months ago
pkrakesh opened this pull request 3 months ago
Name of the Payload GraphQL type created does not take parent into account
fabien-michel opened this issue 3 months ago
fabien-michel opened this issue 3 months ago
refactor: Remove guardian ObjectPermissionChecker monkey patch
bellini666 opened this pull request 3 months ago
bellini666 opened this pull request 3 months ago
Change default Relay input m2m types from `ListInput[NodeInputPartial]` to `ListInput[NodeInput]`
SupImDos opened this pull request 3 months ago
SupImDos opened this pull request 3 months ago
CUD mutation global ID parsing and validation leaks implementation details
SupImDos opened this issue 3 months ago
SupImDos opened this issue 3 months ago
Enable atomic nested mutations
keithhackbarth opened this issue 3 months ago
keithhackbarth opened this issue 3 months ago
Query & Mutation in namespaces
axieum opened this issue 3 months ago
axieum opened this issue 3 months ago
HasRetvalPerm - strings are treated as Iterable and returned as List insted of String
rickypag opened this issue 3 months ago
rickypag opened this issue 3 months ago
Ordering does not work properly with federation gateway
iamcrookedman opened this issue 3 months ago
iamcrookedman opened this issue 3 months ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request 3 months ago
pre-commit-ci[bot] opened this pull request 3 months ago
Document how to use it with django cache framework?
baseplate-admin opened this issue 3 months ago
baseplate-admin opened this issue 3 months ago
Fix calculation of `has_next_page` in `resolve_connection_from_cache`
SupImDos opened this pull request 4 months ago
SupImDos opened this pull request 4 months ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request 4 months ago
pre-commit-ci[bot] opened this pull request 4 months ago
`DjangoValidationCache` and its base class are undocumented
alimony opened this issue 4 months ago
alimony opened this issue 4 months ago
CUD mutation - partial Input
gfort-amarena opened this issue 4 months ago
gfort-amarena opened this issue 4 months ago
Allow enforcement of permissions for related fields in mutations
SupImDos opened this issue 4 months ago
SupImDos opened this issue 4 months ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request 4 months ago
pre-commit-ci[bot] opened this pull request 4 months ago
SynchronousOnlyOperation execption since Version 0.46.2
MaehMaeh opened this issue 4 months ago
MaehMaeh opened this issue 4 months ago
Ordering order in the variables not respected
j30ng opened this issue 4 months ago
j30ng opened this issue 4 months ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request 4 months ago
pre-commit-ci[bot] opened this pull request 4 months ago
Optimizer window pagination
Kitefiko opened this issue 4 months ago
Kitefiko opened this issue 4 months ago
Can't get single query working
gfort-amarena opened this issue 4 months ago
gfort-amarena opened this issue 4 months ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request 4 months ago
pre-commit-ci[bot] opened this pull request 4 months ago
docs: General doc improvements
bellini666 opened this pull request 5 months ago
bellini666 opened this pull request 5 months ago
Revert "Fix typo"
patrick91 opened this pull request 5 months ago
patrick91 opened this pull request 5 months ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request 5 months ago
pre-commit-ci[bot] opened this pull request 5 months ago
docs: Redirect old docs to the new url
bellini666 opened this pull request 5 months ago
bellini666 opened this pull request 5 months ago
docs: Update docs URLs to point to the new location
bellini666 opened this pull request 5 months ago
bellini666 opened this pull request 5 months ago
Update docs for main website
patrick91 opened this pull request 5 months ago
patrick91 opened this pull request 5 months ago
Fix nested fields update
EvSpirit opened this pull request 5 months ago
EvSpirit opened this pull request 5 months ago
Support multi-level nested objects create/update
EvSpirit opened this issue 5 months ago
EvSpirit opened this issue 5 months ago
Test Query Client `asserts_errors` is counter intuitive
thclark opened this issue 5 months ago
thclark opened this issue 5 months ago
fix: Only set False to clear FileFields when updating an instance
bellini666 opened this pull request 5 months ago
bellini666 opened this pull request 5 months ago
fix: Fix debug toolbar upgrade issue
bellini666 opened this pull request 5 months ago
bellini666 opened this pull request 5 months ago
Setting value to False on instances of models.FileField causes "False" to be saved to the database instead of None when creating new records.
m4riok opened this issue 5 months ago
m4riok opened this issue 5 months ago
Querying two annotated fields at the same time return incorrect results
pfcodes opened this issue 5 months ago
pfcodes opened this issue 5 months ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request 5 months ago
pre-commit-ci[bot] opened this pull request 5 months ago
Bug with django-debug-toolbar >= 4.4.6
tim-schilling opened this issue 5 months ago
tim-schilling opened this issue 5 months ago
FilterLookup filters has strange behavior when chaining them together.
pfcodes opened this issue 5 months ago
pfcodes opened this issue 5 months ago
Nested annotations and optimizations break when using strawberry_django.auth.current_user
pfcodes opened this issue 5 months ago
pfcodes opened this issue 5 months ago
Polymorphic interfaces break prefetch when a nested field has filters applied
pfcodes opened this issue 5 months ago
pfcodes opened this issue 5 months ago
Support for django-model-utils InheritanceManager via a custom queryset on interfaces
pfcodes opened this issue 5 months ago
pfcodes opened this issue 5 months ago
feat: Bump strawberry to 0.236.0 and refactor changed imports
bellini666 opened this pull request 5 months ago
bellini666 opened this pull request 5 months ago
Latest Strawberry Release is not compatible
djstein opened this issue 5 months ago
djstein opened this issue 5 months ago
Filters in nested fields don't work
pfcodes opened this issue 5 months ago
pfcodes opened this issue 5 months ago
SynchronousOnlyOperation error after upgrading to version 0.46.2 from 0.46.1 while trying to access root fields in resolver
pfcodes opened this issue 5 months ago
pfcodes opened this issue 5 months ago
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] opened this pull request 5 months ago
pre-commit-ci[bot] opened this pull request 5 months ago
Strawberry breaks django debug toolbar
ldynia opened this issue 5 months ago
ldynia opened this issue 5 months ago
fix: Avoid pagination failures when filtering connection by last without before/after
bellini666 opened this pull request 5 months ago
bellini666 opened this pull request 5 months ago
fix: Do not try to call an ordering object's `order` method if it is not a decorated method
bellini666 opened this pull request 5 months ago
bellini666 opened this pull request 5 months ago
fix(optimizer): Convert select_related into Prefetch when the type defines a custom get_queryset
bellini666 opened this pull request 5 months ago
bellini666 opened this pull request 5 months ago
fix(optimizer): Avoid extra queries for prefetches with existing prefetch hints
bellini666 opened this pull request 5 months ago
bellini666 opened this pull request 5 months ago
Can't use `order` as an order field name with strawberry_django.Ordering
pfcodes opened this issue 5 months ago
pfcodes opened this issue 5 months ago
Nested Query Fields ("folders" to better organize related fields)
stygmate opened this issue 5 months ago
stygmate opened this issue 5 months ago
optimizer and SimpleLazyObject
tasiotas opened this issue 5 months ago
tasiotas opened this issue 5 months ago
Incompatible with django-fsm and it's ConcurrentTransitionMixin
pfcodes opened this issue 5 months ago
pfcodes opened this issue 5 months ago