Ben Hubbard
Results
1
comments of
Ben Hubbard
Poking at this a bit more (after finding `gql.dsl.print_ast`), it looks like DSL silently cleanses your query of anything it doesn't recognize, so the example above: ```py from gql.dsl import...