Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/strawberry-graphql/strawberry

A GraphQL library for Python that leverages type annotations 🍓
https://github.com/strawberry-graphql/strawberry

Experiment with using libgraphqlparser for query validation

skilkis opened this pull request about 2 years ago
Support retrieving the current resolver's `Info` anywhere

paulo-raca opened this pull request about 2 years ago
First class support for Pydantic

patrick91 opened this issue over 2 years ago
Fix exclude_unset issue when converting strawberry type to pydantic type

na86421 opened this pull request over 2 years ago
Bugfix: fix strawberry.enum_value handling

devkral opened this pull request over 2 years ago
Expose `dataclasses.asdict` to `strawberry.asdict` and document it

patrick91 opened this issue over 2 years ago
Custom field API discussion

patrick91 opened this issue over 2 years ago
Convert Tuple and Sequence types to GraphQL List types

jkimbo opened this pull request over 2 years ago
Rename generic types on the fly

benzolium opened this issue over 2 years ago
support return types from permissions

nrbnlulu opened this pull request over 2 years ago
Return types from permission classes, instead of raising exceptions.

nrbnlulu opened this issue over 2 years ago
Extenstions support for subscriptions.

nrbnlulu opened this issue over 2 years ago
Support for SSE in Subscriptions

csuriano23 opened this issue over 2 years ago
Fix/field default

ThirVondukr opened this pull request over 2 years ago
Document usage of federation directives

patrick91 opened this issue over 2 years ago
Instantiated extensions are racy

silas opened this issue over 2 years ago
TypeError: fields cannot be resolved. Unexpected type 'typing.Any'

hjilke opened this issue over 2 years ago
Fix aiohttp query operation selection

DoctorJohn opened this pull request over 2 years ago
Rewrite schema printer

patrick91 opened this issue over 2 years ago
Django AsyncGraphQLView param: subscriptions_enabled misleading

nrbnlulu opened this issue over 2 years ago
Allow using tuple (and/or iterable) as an alias to the GraphQL type

dogweather opened this issue over 2 years ago
Add support for `Annotated[A | B, strawberry.union(name="SomeUnion")]`

patrick91 opened this issue over 2 years ago
Allow specifying permissions with annotated types

paulo-raca opened this pull request over 2 years ago
Not able to test resolvers that uses Info

bichanna opened this issue over 2 years ago
Is it possible to support subscription for flask

zhouyuf6741 opened this issue over 2 years ago
Improve interface performance using resolve_type

skilkis opened this pull request over 2 years ago
Schema hot reload

gcemaj opened this issue over 2 years ago
Mutation Login Authentication

dxdns opened this issue over 2 years ago
Add documentation for LazyType

vamshiaruru-virgodesigns opened this issue over 2 years ago
Add Async Graphql View for Flask

scottweitzner opened this issue over 2 years ago
Add documentation for query directives

patrick91 opened this issue over 2 years ago
adding tests

HundredVisionsGuy opened this pull request over 2 years ago
Extension: Use context managers for lifecycle hooks

ThirVondukr opened this issue over 2 years ago
Compiled resolvers proof of concept

skilkis opened this pull request over 2 years ago
Proposal for dealing with `info` and `root` params in resolvers

patrick91 opened this issue over 2 years ago
Proposal: Context manager pattern for Dataloader

cake-monotone opened this issue over 2 years ago
Better pyright support for pydantic conversion

thejaminator opened this issue over 2 years ago
mypy errors when using Pydantic integration

olivier-thatch opened this issue over 2 years ago
Add better documentation for `UNSET`

BryceBeagle opened this issue over 2 years ago
Add support for batching

patrick91 opened this pull request over 2 years ago
Strange `UNSET` sentinel behaviour with Pydantic

LouisAmon opened this issue over 2 years ago
GET-request's data gets searched in request.json

basvandriel opened this issue almost 3 years ago
Preserve type Annotations

paulo-raca opened this pull request almost 3 years ago
Proposal: Automatic creation of Input Classes

paulo-raca opened this issue almost 3 years ago
automatic persisted queries

basvandriel opened this pull request almost 3 years ago
automatic persisted queries like Apollo GraphQL

basvandriel opened this issue almost 3 years ago
No standard way to intercept the "connect" websockets message

kristjanvalur opened this issue almost 3 years ago
add response object and test with diff status code

basvandriel opened this pull request almost 3 years ago
Investigate why release fails

patrick91 opened this issue almost 3 years ago
Add support for graphql-transport-ws single result operations

DoctorJohn opened this pull request almost 3 years ago
add failing test

magicmark opened this pull request almost 3 years ago
all_fields in pydantic definition should allow overrides

bugzpodder opened this issue almost 3 years ago
Contextvars proof of concept

bellini666 opened this pull request almost 3 years ago
Refactor graphql-ws message types

DoctorJohn opened this issue almost 3 years ago
[PROPOSAL] What about a detailed example on how to create advanced filters?

informatica92 opened this issue almost 3 years ago
Add tests showing wrong argument types

bikeshedder opened this pull request almost 3 years ago
Add "export_schema" django management command

marcelchastain opened this pull request almost 3 years ago
Support default factory for query arguments

bibekyess opened this issue almost 3 years ago
Implementation for using enum values in schema

patrick91 opened this pull request almost 3 years ago
Add hook functions, process_connection_payload()

kristjanvalur opened this pull request almost 3 years ago
Support generating GraphQL descriptions from docstrings

paulo-raca opened this pull request almost 3 years ago
Full support for nested pydantic, sqlmodel and ormar models

gazorby opened this pull request almost 3 years ago
Mutation Namespaces

LeaveMyYard opened this issue almost 3 years ago
Allow empty sub-classes with pydantic-types

movabo opened this pull request almost 3 years ago
Upgrade pytest-aiohttp

DoctorJohn opened this pull request almost 3 years ago
[Proposal] determine field return types using field parameter

aryaniyaps opened this issue almost 3 years ago
Update to graphql-core 3.2

patrick91 opened this issue almost 3 years ago
Enum types from Pydantic models are not registered in GraphQL schema

merlinus1 opened this issue almost 3 years ago
Add more detail to the deployment page

MattExact opened this issue almost 3 years ago
Ability to hide elements from federated schema but preserve in internal schema

djmcgreal-cc opened this issue almost 3 years ago
`export-schema` not working in Django projects

atiberghien opened this issue almost 3 years ago
Type not registering having circular dependency

basvandriel opened this issue almost 3 years ago
Unify how we allow to set headers and status code

patrick91 opened this issue almost 3 years ago
Relay implementation proposal

bellini666 opened this issue almost 3 years ago
Add ability to retain input metadata into Pydantic models.

bbsbb opened this pull request almost 3 years ago
Support for non-scalar default values is broken

patrick91 opened this issue about 3 years ago
WIP: Automatically derive nested pydantic class

thejaminator opened this pull request about 3 years ago
Use coveralls instead of codecov

BryceBeagle opened this pull request about 3 years ago
Switch from Codecov to Coveralls

BryceBeagle opened this issue about 3 years ago
Reorganize tests involving fields

BryceBeagle opened this pull request about 3 years ago
Reorganize testing code

BryceBeagle opened this issue about 3 years ago
Add support for | to StrawberryUnion

patrick91 opened this pull request about 3 years ago
Add custom execution context class

patrick91 opened this pull request about 3 years ago
Able to create a custom "NameConverter" in StrawberryConfig

leandroluk opened this issue about 3 years ago
Question: FastApi integration. Set response headers.

mbdnk opened this issue about 3 years ago
Channels Integration for Strawberry

LucidDan opened this issue about 3 years ago
No way to resolve type of non-strawberry types returned for an interface

AlecRosenbaum opened this issue about 3 years ago
Feature Request: 'Rejecting' Requests in Extensions

navyamehta opened this issue about 3 years ago
Feature Request: Cost-based Validators

navyamehta opened this issue about 3 years ago