Patrick Arminio

Results 663 comments of Patrick Arminio

@JadHADDAD92 yes, good idea!

I usually do it in the resolver: ```python class MyQuery(...): ... def resolver(root, info, filters=ABC): pass ``` does this help? :)

Yeah using `Filters()` should work, so I guess there's a bug somewhere :) I'll see if I can have a look at it soon

@bellini666 I meant to have types/directive.py (or similar) instead of strawberry/directives/schema_directive.py as suggested in the issue

@strawberry-graphql/core do you think we should also move strawberry.arguments to strawberry.types.arguments? we import `is_unset` from there 😊

We probably need to make a codemod for `get_object_definition`, since that's been moved too

> I definitely agree with focusing on stability and ease-of-use for v1. I think writing comprehensive docs is the biggest lift right now. Do we have a plan for what...

@cprinos oh wow, didn't know Glitch supported python 3.7! THAT'S AWESOME! Thanks for the link! Yes, we'll consider Pydantic support! I'll create an issue for that! We also have a...

> Any plan to have support for SQLAlchemy models? Maybe, but not for v1, we did some work for pydantic which might be useful for adding support for sqlalchemy too....