Closed execveat closed 1 year ago
Not always though. Hm, hard to nail down.
Ok, figured it out. The problem lies in pretty_print_graphql:
In [10]: print(gqlspection.utils.pretty_print_graphql("""
...: query a {
...: b() {
...: c
...: }
...: d
...: e
...: """))
query a {
b() {
c
}
d e