strue36

Results 2 issues of strue36

This will presumably result in a similar discussion to this. https://github.com/jhnnsrs/turms/pull/54 I've implemented this as docstrings on a local branch using similar logic to that used in turms.

`test_read_graphql_file_with_invalid_file_raises_invalid_graphql_syntax_exception()` checks for the file path in the expected exception message, but this gets escaped on Windows. I don't think that this check is necessary and suggest removing it. ```python...