graphqlbackend: Quieten test output unless verbose
Created by: keegancsmith
Currently we log all the graphql requests in tests since they do not have the graphql name set. It is useful to test this code path, so instead of setting the name I decided to log to /dev/null if verbose is not set.