Mark Larah
Mark Larah
This is a little edge casey! the tl;dr is that when using requires+interface, a field that looks like this may not receive `__typename` or any of the inline spreads and...
👋 Just ran into this! Minor thing but removes a stumbling block for beginners.
As promised! Per https://github.com/strawberry-graphql/strawberry/discussions/3863. This PR adds a `.pre-commit-hooks.yaml` setup and our first hook, `no-redundant-dataclasses`. ### Validation (tested locally) ``` $ cat foo.py from dataclasses import dataclass import strawberry @dataclass...
👋 looking into pairing https://strawberry.rocks/docs/codegen/query-codegen and https://github.com/graphql-python/gql specifically, I want the client application (another python service) to do everything, rather than "generating clientlibs" and maintaining a pipeline for that. (this...
This reference implementation will likely be copied and pasted in a bunch of places. SRI hashes are important when loading from CDNs, so hopefully this improves security in a bunch...
Fix https://github.com/graphql-python/gql/issues/463 (This PR is 95% authored by claude. I have manually verified against a locally running server. Code looks good? I'll keep reviewing too before removing the draft marker...
👋 Not sure where this should go exactly, perhaps the over-http spec since that's where we previously talked about persisted operations? This feels like a companion spec to persisted operations,...