Christoph Zwerschke

Results 235 comments of Christoph Zwerschke

Ses also the section on [Circular References](https://spec.graphql.org/October2021/#sec-Input-Objects.Circular-References) in the GraphQL spec which explicitly states that example 2 is valid, while example 4 is invalid. From the section I would also...

Or something similar to https://apps.timwhitlock.info/unicode/inspect for inspection of Unicode strings.

I've created a [PyCharm issue](https://youtrack.jetbrains.com/issue/PY-60067/No-play-button-for-tests-created-with-pytest-describe) now asking for support on the end of PyCharm. I don't think it's a big usability issue, but of course would be nice if that...

What Erik wrote. Completely changing the execution or parsing logic is out of the scope of this project. If it really would be a significant improvement, consider discussing this in...

Maybe, instead of or in addition to `max_tokens`, there should be something like `max_level`? Is that something we should suggest?

Thanks @markedwards, will look into this. Yes, the setup.py should go, I already removed it in GraphQL-core and planned to revisit GraphQL-relay after the next release anyway.

Sure. This is already changed in GraphQL-core and will of course also change in GraphQL-relay.

Actually, the scenarios already run in a specific order by default, namely the order in which they are listed in the feature. And the features are ordered by feature name...

@ayyoubelamrani4 Again (see comment above), the scope of this project is to be a replicate of graphql-relay-js in Python. So as long as we faithfully replicate that functionality, nothing is...

Here is a possible test file for this issue. ```python import asyncio from dependency_injector import containers, providers from pytest import mark, raises def factory(uses): """A synchronous factory function.""" return uses...