Patrick Arminio
Patrick Arminio
/pre-release
/pre-release
/pre-release
@kaos how would you see that working? Would we need to provide something like `connection_from_array` from https://github.com/graphql-python/graphql-relay-py? I want to make sure we have a relay implementation that's flexible enough...

> @patrick91 Should this line return a `StrawberryField` instead of `Any`? > > > > https://github.com/strawberry-graphql/strawberry/blob/2986600d0ab0cfcc229b97453091badf3cea05db/strawberry/field.py#L444 I think any makes it work with the dataclass transform decorator, but maybe that...
@benzolium can you show me what happens when you only enable the strawberry plugin? does it crash?
@mysticek I think this is closely related to https://github.com/apollographql/apollo-client/issues/10540#issuecomment-1456300209 the workaround suggested there worked for polling too (which is similar to what @ramblehead did) Hopefully, we find a good way...
@masterkain that's a good suggestion! I think I can update the polls demo to add a section that needs authentication :) Do you have any preference regarding auth system? I'll...
I thought of this while working on this PR: https://github.com/strawberry-graphql/strawberry/pull/3140 I think maybe one use case would be to update the context based on the directive on the operation