python-graphql-client
python-graphql-client copied to clipboard
feat: replace print with log
when using this client externally, the user sometimes does not want the response to be printed out.
this PR replaces the print statements with logging.debug statements. if you think this change makes sense but want more flexibility around the log level, i'm willing to extend this PR as well.
thanks a lot!