Thomas Leonard

Results 16 comments of Thomas Leonard

This is an updated version of https://github.com/graphql-python/graphene/pull/1278 You can find on the old one the discussions around the feature

@ulgens I have rebased on master and added a few tests to get full coverage. Do you mind double checking and approving so I can merge?

That's fair. When you say "gracefully switch over", what strategy did you have in mind exactly? I doubt the next major version of graphene is around the corner... I'm a...

Graphql has a weird relationship with nullable field. The nuance of "a required nullable field" is not achievable as far as I know in the schema definition... indeed the "no...

Note that this issue is an open conversation in the grapqh specs: https://github.com/graphql/graphql-spec/issues/476

The Django Postgres array field handler is already implemented. The Mongodb arrayfield is not part of Django (it's in Djongo)... so I would say that implementing a custom handler is...