Patrick Arminio
Patrick Arminio
@HealYouDown that's pretty cool! Have you seen https://github.com/strawberry-graphql/strawberry-graphql-django? it would be amazing to standardise on an API and implement official support for multiple ORMs. Do you think we could do...
> So, what do you guys think? I can also create a separated issue for the discussion of this topic or discuss it further at discord. Let's make a new...
> Hey, just stumbled across this thread as I was curious how getting to v1.0 was going? As a new Strawberry user, it already feels significantly more mature and polished...
> Hi Patrick @patrick91 , > > It is really exciting to know that v1.0 is coming. Is there an estimated timeline for the v1.0 release? Our company is looking...
@parafoxia I think the types might be wrong, this was changed a year ago: https://github.com/encode/starlette/pull/2180 but our code still works, no?
@parafoxia I'll make a PR to remove the need for `[None, None]` that should only be used when subclassing 😊 > Yeah it still works. In fact when done like...
something like this: ```python class MyGraphQL(GraphQL[MyContextType, MyRootType]: ... ``` MyContextType is the return type of get_context and MyRootType is the return type of get_root_value 😊
@Eraldo we just forgot to close it :D
@Speedy1991 @cheradenine do you still need support for batching? I was looking into updating my old PR? There's also potential security implication to consider, since allowing for batches might make...
This is done!