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

feat: new input_mutation field

bellini666 opened this pull request almost 2 years ago
Draft: Adding X-Ray tracing

ghandic opened this pull request almost 2 years ago
Missing type annotation in `strawberry.fastapi.BaseContext` causes mypy to trip

SaturnFromTitan opened this issue almost 2 years ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request almost 2 years ago
Ability to add descriptions on object type fields, input type fields

mikeldking opened this issue almost 2 years ago
Include deprecated arguments in GraphiQL

jkimbo opened this pull request almost 2 years ago
Rename Extension to SchemaExtension

jkimbo opened this pull request almost 2 years ago
Update relay connection documentation

soraia653 opened this pull request almost 2 years ago
Add command to export schema in the Django

menegasse opened this pull request almost 2 years ago
refactor: Permissions using Field Extensions

erikwrede opened this pull request almost 2 years ago
Replace click with typer

patrick91 opened this pull request almost 2 years ago
Ruff ann001 + ann002

alexauritt opened this pull request almost 2 years ago
feat: add field extension support

erikwrede opened this pull request almost 2 years ago
fix(test): correct pytest.raises exception matching

erikwrede opened this pull request almost 2 years ago
feat: support JSON type hints

bellini666 opened this pull request almost 2 years ago
feat: Add Robyn integration

sansyrox opened this pull request almost 2 years ago
Implement Support for Robyn

sansyrox opened this issue almost 2 years ago
Docs: Add errors folder

estyxx opened this pull request almost 2 years ago
Add oneOf Input Objects directive (#2421)

estyxx opened this pull request almost 2 years ago
remove strawberry.enum class decorator in object-is-not-an-enum.md

shipitparrotclemz opened this pull request almost 2 years ago
Add Type alias `subscription_result` for result type of Subscription.

Realignist opened this pull request almost 2 years ago
Update ruff and black in pre-commit-config

patrick91 opened this pull request almost 2 years ago
Support fields and resolvers returning `Iterable[T]` and `AsyncIterable[T]`

bellini666 opened this issue almost 2 years ago
fixed errors found in cursor implementation

soraia653 opened this pull request almost 2 years ago
Cursor Pagination does not work

soraia653 opened this issue almost 2 years ago
Replaced default encode_json with a useful example

XChikuX opened this pull request almost 2 years ago
Bump flask from 2.2.2 to 2.2.3

dependabot[bot] opened this pull request almost 2 years ago
Update tests for latest version of pyright

patrick91 opened this pull request almost 2 years ago
Add support for Federation 2.3

patrick91 opened this pull request almost 2 years ago
Bump types-aiofiles from 22.1.0.7 to 22.1.0.8

dependabot[bot] opened this pull request almost 2 years ago
Bump typing-extensions from 4.4.0 to 4.5.0

dependabot[bot] opened this pull request almost 2 years ago
Bump pydantic from 1.10.4 to 1.10.5

dependabot[bot] opened this pull request almost 2 years ago
Bump types-requests from 2.28.11.12 to 2.28.11.13

dependabot[bot] opened this pull request almost 2 years ago
Bump types-toml from 0.10.8.3 to 0.10.8.4

dependabot[bot] opened this pull request almost 2 years ago
Bump types-python-dateutil from 2.8.19.6 to 2.8.19.7

dependabot[bot] opened this pull request almost 2 years ago
SQLalchemy Integration and/or Docs

besteman opened this issue almost 2 years ago
Bump django from 3.2.17 to 3.2.18

dependabot[bot] opened this pull request almost 2 years ago
Throw proper exceptions when Unions are created with invalid types

BryceBeagle opened this pull request almost 2 years ago
PEP 484 Forward References is causing an Error

besteman opened this issue almost 2 years ago
Investigate adding `PYTHONASYNCIODEBUG` to our tests

patrick91 opened this issue almost 2 years ago
Bump aiohttp from 3.8.3 to 3.8.4

dependabot[bot] opened this pull request almost 2 years ago
Bump ddtrace from 1.7.4 to 1.7.5

dependabot[bot] opened this pull request almost 2 years ago
Update _RESOLVER_TYPE to prevent error in mypy

patrick91 opened this pull request almost 2 years ago
Typing behavior change in strawberry 0.156.2

csuriano23 opened this issue almost 2 years ago
ImportError: cannot import name 'Self' from 'typing_extensions'

k9ert opened this issue almost 2 years ago
Use same schema for all view integration tests

DoctorJohn opened this pull request almost 2 years ago
Bump types-aiofiles from 22.1.0.4 to 22.1.0.7

dependabot[bot] opened this pull request almost 2 years ago
Bump starlette from 0.22.0 to 0.23.0

dependabot[bot] opened this pull request almost 2 years ago
Add Awaitable in resolver type

patrick91 opened this pull request almost 2 years ago
Bump ddtrace from 1.7.3 to 1.7.4

dependabot[bot] opened this pull request almost 2 years ago
Bump fastapi from 0.89.1 to 0.90.0

dependabot[bot] opened this pull request almost 2 years ago
Channels: fan out messages to all subscriptions on a single connection

jthorniley opened this pull request almost 2 years ago
Bump cryptography from 39.0.0 to 39.0.1

dependabot[bot] opened this pull request almost 2 years ago
Pylance type error for StrawberryField

Siafu opened this issue almost 2 years ago
Bump types-requests from 2.28.11.8 to 2.28.11.12

dependabot[bot] opened this pull request almost 2 years ago
Bump pytest-xdist from 3.1.0 to 3.2.0

dependabot[bot] opened this pull request almost 2 years ago
Bump types-toml from 0.10.8.1 to 0.10.8.3

dependabot[bot] opened this pull request almost 2 years ago
feat: support specialized generic types

bellini666 opened this pull request almost 2 years ago
Add support for Mypy 1.0

patrick91 opened this pull request almost 2 years ago
mypy_plugin not compatible with mypy 1.0.0

juergenzimmermann opened this issue almost 2 years ago
Custom logger

alexei opened this issue almost 2 years ago
support JSON type hints

beasteers opened this issue almost 2 years ago
Fix file not found error when exporting schema with lazy types from CLI

skilkis opened this pull request almost 2 years ago
feat: Initial relay implementation

bellini666 opened this pull request almost 2 years ago
Dacite - unhashable type: StrawberryAnnotation

ryou90 opened this issue almost 2 years ago
Bump types-toml from 0.10.8.1 to 0.10.8.2

dependabot[bot] opened this pull request almost 2 years ago
Bump django from 3.2.16 to 3.2.17

dependabot[bot] opened this pull request almost 2 years ago
Extend query depth limiter allowing for more detailed rules

tsmith023 opened this pull request almost 2 years ago
Extend query depth limiter allowing for more detailed rules

tsmith023 opened this pull request almost 2 years ago
Adding permissions on input fields

Cyber-Cowboy opened this issue almost 2 years ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request almost 2 years ago
Update Ruff

alexauritt opened this pull request almost 2 years ago
Add initial sentry tracing extension

patrick91 opened this pull request almost 2 years ago
Bump ddtrace from 1.7.2 to 1.7.3

dependabot[bot] opened this pull request almost 2 years ago
Federation compatibility tests

patrick91 opened this pull request almost 2 years ago
Update faq.md, fixing relative links

byarmis opened this pull request almost 2 years ago
Allow raising custom exception in `query_depth_limiter` extension

bradleyoesch opened this issue almost 2 years ago
Link to the changelog from PyPI

twm opened this pull request almost 2 years ago
Updated documentation for types/Union

byarmis opened this pull request almost 2 years ago
Bump email-validator from 1.3.0 to 1.3.1

dependabot[bot] opened this pull request almost 2 years ago
Import error - typing_extensions

RedHeadphone opened this issue almost 2 years ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request almost 2 years ago
strawberry.asdict cannot serialize all input (Upload)

devkral opened this issue almost 2 years ago
Remove wrong note about asdict not being recursive

patrick91 opened this pull request almost 2 years ago
Use sys.__excepthook__ and threading.__excepthook__

patrick91 opened this pull request almost 2 years ago
resolve_references for federation schema

hrbolek opened this pull request almost 2 years ago
Improve the performance of conversions from NextMessage to a dict

rjwills28 opened this pull request almost 2 years ago
RecursionError using Annotated type

jeemyeong opened this issue almost 2 years ago