Patrick Arminio

Results 663 comments of Patrick Arminio

> This also does not greatly align with the idea of backwards compatibility. Some examples that come to mind are the inclusion of @strawberry.Maybe btw, maybe will change slightly, see...

> After checking further the proposal for https://github.com/strawberry-graphql/strawberry/pull/3961, I see that some of the logic still applies but regardless I like the approach you go towards! feel free to drop...

@Nalin7parihar let's make it the default!

> While implementing the default sorting change, I noticed that lexicographic_sort_schema from graphql-core seems to strip directives applied to enum values. that feels like a bug? 👀 Maybe we can...

@bregonesi we are going to change the default behaviour of Maybe, see #3961 I'll make sure we have a test for this case though

> I can remove those custom directives from the SDL and then the codegen works great. Will continue on my journey, but yes this would be nice to support, or...

@magicmark you basically want to be able to type something like: ```python query = gql( """ query getContinents { continents { code name } } """ ) ``` right?

@magicmark thanks! I also would love to make this possible: https://play.ty.dev/dd4d70e2-93c0-4bac-9cec-a423a7f25256

Also I'm ok with doing the changes requested here, maybe we can start with the `sdl` support?

> @patrick91 to clarify are you suggesting implementing something like gql-tada but within mypy? or continue to use a build step? having trouble understanding the example we probably need a...