Emil Temirov
Emil Temirov
Any news? When will it be possible to invite users to the created event?
it's still not merged but it's also very helpful for me
I've figured out why it does not work. I have the following: ``` class AddItem(graphene.relay.ClientIDMutation): class Input: files = graphene.List(Upload) expires = graphene.Date(required=True) ``` When I try to execute this...
looks like the bug is on the following line `graphql/utils/schema_printer.py:131` and it's already fixed in the new version of graphql-core: https://github.com/graphql-python/graphql-core/blob/7d826f0ec0a447cb869dfb891a755dbe8ea9b66f/src/graphql/utilities/print_schema.py#L154