With graphql-core version 3.1.5: * [print_ast() break arguments over multiple lines ](https://github.com/graphql-python/graphql-core/commit/ae923bb15ce58c7059e7e9f352e079ba8b23d3f9) * [the check for the source argument was changed](https://github.com/graphql-python/graphql-core/commit/a9ae0d90fc25565dada6e363464ddc2f8eb712b3) Some gql tests are failing now because of this. Calling gql with an int instead of a string will generate a TypeError with `object of type 'int' has no len() `instead of `body must be a string`