Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / blb-ventures/strawberry-django-plus issues and pull requests

#162 - InputMutation / Mutation not working with List return type

Issue - State: closed - Opened by gersmann over 1 year ago - 3 comments

#161 - doc: fix typo on optimizer.py

Pull Request - State: closed - Opened by nrbnlulu over 1 year ago - 1 comment

#160 - Non-obvious moments when overloading the Connection

Issue - State: open - Opened by iamcrookedman over 1 year ago - 1 comment
Labels: enhancement, help wanted

#159 - Optimizer causes duplicate query when filtering or paginating a related field

Issue - State: closed - Opened by vitosamson over 1 year ago - 11 comments
Labels: bug, help wanted

#157 - Cursor Pagination without relay

Issue - State: closed - Opened by m4riok over 1 year ago - 2 comments
Labels: question

#155 - fix: allow update of nested input fields on foreign key relationships

Pull Request - State: closed - Opened by gersmann over 1 year ago - 2 comments

#154 - Query optimization based on type hints for non-model fields?

Issue - State: open - Opened by blueyed over 1 year ago - 4 comments
Labels: enhancement, help wanted

#152 - FieldError when using select_related with enable_only_optimization

Issue - State: open - Opened by blueyed over 1 year ago - 5 comments
Labels: enhancement

#150 - chore(deps): bump certifi from 2022.9.24 to 2022.12.7

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies

#149 - feat: Support full_clean when directly invoking resolver

Pull Request - State: closed - Opened by parrotmac over 1 year ago - 2 comments

#148 - fix: Cast object_pk to model pk type

Pull Request - State: closed - Opened by parrotmac over 1 year ago - 2 comments

#146 - CUD mutations Input vs NodeInput

Issue - State: closed - Opened by gersmann over 1 year ago - 5 comments
Labels: question

#145 - Regression with mypy from #137

Issue - State: closed - Opened by edomora97 over 1 year ago - 1 comment

#144 - DjangoOptimizerExtension not optimizing when fragments are used and field is queried twice

Issue - State: closed - Opened by edomora97 over 1 year ago - 3 comments
Labels: bug

#143 - Optimizier omits slicing of connection query set

Issue - State: closed - Opened by oleo65 over 1 year ago - 2 comments
Labels: enhancement

#141 - Update debug-toolbar.md

Pull Request - State: closed - Opened by ghost over 1 year ago - 1 comment

#140 - feat: allow mutation full clean with kwargs

Pull Request - State: closed - Opened by OdysseyJ over 1 year ago - 3 comments

#139 - Optimizer throws an exception for union queries

Issue - State: open - Opened by eloff over 1 year ago - 1 comment
Labels: bug

#138 - Permission Directives when deploying scema through GraphQLHTTPConsumer

Issue - State: open - Opened by m4riok over 1 year ago - 2 comments
Labels: enhancement

#137 - feat: enum type for standard django choices

Pull Request - State: closed - Opened by fabien-michel over 1 year ago - 7 comments

#136 - fix: Make auto-type field in filter optional (as in strawberry_django)

Pull Request - State: closed - Opened by fabien-michel over 1 year ago - 2 comments

#135 - [#134] Add `is_basic_field` to `RelayField`

Pull Request - State: closed - Opened by LucasPickering over 1 year ago - 1 comment

#133 - Unable to access model's foreign key field directly in Strawberry type

Issue - State: closed - Opened by feardeers over 1 year ago - 4 comments

#131 - Allow customization of model relations for the query optimizer

Issue - State: open - Opened by diesieben07 over 1 year ago - 7 comments
Labels: enhancement, help wanted

#130 - Unset input field value broken after strawberry >= 0.133.1

Issue - State: closed - Opened by oleo65 over 1 year ago - 3 comments

#129 - regression with @gql.django.field overload starting with 0.133.1

Issue - State: closed - Opened by devkral over 1 year ago - 5 comments

#128 - Multiple mutations with the same name

Issue - State: open - Opened by edomora97 over 1 year ago - 1 comment
Labels: enhancement, question

#127 - Add py.typed file

Pull Request - State: closed - Opened by patrick91 over 1 year ago - 1 comment

#126 - Using type GlobalID -> ID

Issue - State: closed - Opened by OdysseyJ over 1 year ago - 3 comments

#125 - Add return type hint for ConditionDirective.check_condition

Pull Request - State: closed - Opened by edomora97 almost 2 years ago - 1 comment

#124 - Cryptic error if permission directive returns non-bool

Issue - State: closed - Opened by edomora97 almost 2 years ago - 1 comment
Labels: documentation, good first issue, help wanted

#123 - port UNSET to dataclasses.MISSING

Issue - State: closed - Opened by devkral almost 2 years ago - 2 comments
Labels: question

#122 - UNSET regression

Issue - State: closed - Opened by devkral almost 2 years ago - 2 comments

#121 - Using id in GlobalID directly

Issue - State: closed - Opened by OdysseyJ almost 2 years ago - 2 comments
Labels: question

#120 - Using CUD mutation in non-relay context

Issue - State: open - Opened by sanginovs almost 2 years ago - 9 comments
Labels: question

#119 - Mutation in AsyncGraphQLView returns coroutine

Issue - State: closed - Opened by deshk04 almost 2 years ago - 2 comments
Labels: question

#118 - strawberry.lazy issues (gql.django.connection, gql.django.field)

Issue - State: closed - Opened by devkral almost 2 years ago - 6 comments
Labels: bug

#117 - Nested query not working

Issue - State: closed - Opened by sanginovs almost 2 years ago - 4 comments
Labels: question

#116 - Regression: 'LazyType' object has no attribute 'CONNECTION_CLASS'

Issue - State: closed - Opened by devkral almost 2 years ago

#114 - PermissionDenied is handled differently for fields and mutations

Issue - State: open - Opened by robertmusil almost 2 years ago - 2 comments
Labels: question

#113 - Zack/add full clean to create

Pull Request - State: closed - Opened by zacatac almost 2 years ago

#112 - Make Debug Toolbar work on GraphiQl 2

Pull Request - State: closed - Opened by Kitefiko almost 2 years ago - 2 comments

#111 - GlobalID vs ID scalar for Relay

Issue - State: closed - Opened by LucasPickering almost 2 years ago - 9 comments

#110 - Example for generic relations

Issue - State: closed - Opened by sahmadreza almost 2 years ago - 1 comment

#108 - Need help on customize relay.Connection

Issue - State: closed - Opened by sahmadreza almost 2 years ago - 9 comments

#106 - Feat: Customizable typename; Fix: GlobalID parse_literal, UNSET as default_value

Pull Request - State: closed - Opened by Kitefiko almost 2 years ago - 2 comments

#100 - Support for custom Globally Unique ID field name

Pull Request - State: closed - Opened by edomora97 almost 2 years ago - 2 comments

#87 - mutation with relations

Issue - State: closed - Opened by AriaMoradi almost 2 years ago - 7 comments
Labels: question

#85 - Add support for a fields arg in the decorators

Issue - State: open - Opened by mhdismail almost 2 years ago - 5 comments
Labels: enhancement, help wanted

#73 - Merge to strawberry / strawberry-django

Issue - State: closed - Opened by nrbnlulu about 2 years ago - 4 comments
Labels: enhancement, help wanted

#65 - Support offset based pagination

Issue - State: closed - Opened by yergom about 2 years ago - 6 comments
Labels: enhancement

#61 - Add fields on a relay connection?

Issue - State: closed - Opened by eloff about 2 years ago - 9 comments
Labels: enhancement

#8 - strawberry-django-plus / relation to relay / response type

Issue - State: closed - Opened by gersmann over 2 years ago - 4 comments