Closed
Description
Hi, I'm trying this client with hasura and it crashes when executing the introspection query due to
https://github.com/graphql-python/gql/blob/master/gql/transport/aiohttp.py#L109
If that line is just operation_name
instead of operation_name or ""
then it works. Hasura breaks when the operationName is set to ""
.
Not positive if this is a hasura issue or a gql issue.