Patrick Arminio

Results 669 comments of Patrick Arminio

@Corentin-Bravo my suggestion would be to use Maybe instead of unset, I think it's nicer 😊 what do you think?

@Corentin-Bravo good point, I'm afraid that there's quite a bit of usage of unset, so maybe we can deprecate it later?

> It seems that we have 2 issues here: > > 1. `TypeError: Field.__init__() missing 1 required positional argument: 'doc'` > > the new [field api](https://docs.python.org/3.14/library/dataclasses.html#dataclasses.field) has an optional doc...

Ah, the CI error is due to mypy being less than v1.0: https://github.com/python/mypy/blob/master/CHANGELOG.md#support-the-self-type happy to update that if that's ok (I'd do another since there might be other CI issues...

Thanks for the bug report! I'm not sure yet if and how we can properly allow this, but here's an example code that makes it work: ```python from typing import...

Maybe we can also allow to customise the default `is_type_of` 🤔

@Speedy1991 do you want to try with a pre-release?

@iotflowadmin thanks for the PR, I was wondering if we could specify the federation version when creating the schema instead, that way we could also disable some newer directives, what...

I might work on this soon, I had some ideas on improving how we handle federation but didn't start just yet @gustavosett is your company interested in sponsoring btw? :D