Patrick Arminio

Results 669 comments of Patrick Arminio

@ilansh I'll close this issue, let me know if you still have questions! 😊

I've changed the title to be focused on schema directives :) Client directives are already used at runtime ☺️ Can you all add some use cases for this?

@basvandriel how would that work? from what I see in those docs you add some directives and then you add a plugin. The directives don't do anything alone, right?

> Holding off on adding a RELEASE.md file as would like some discussion around this first: > > 1. Is it a good idea to use `StrawberryType.is_generic` for this? Based...

@vamshiaruru-virgodesigns adding cache control directives is easy, doing the caching in an extension is more difficult at the moment. We do have an example of validation cache here: https://strawberry.rocks/docs/extensions/validation-cache#validationcache this...

I think apollo as a namespace might be fine, but I'm not sure if adding the directive is enough, as it can only be used when using federation (or any...

> Just adding a directive isn't enough I think. I think we have to add proper cache control headers in the request. I might be wrong, but apollo server reads...

yeah that's a very good question! I spoke about this with @jkimbo as he has had more experience with enums (in Graphene expecially). The confusion comes from GraphQL not having...

> If they use strings, the value is used as the name for GraphQL; if they use auto(), the Python name is used. this sounds a bit confusing. What would...

uhm, let's see if other people have other feedbacks as well :) I don't use enums that much to be honest :)