Logging link: log every operation to a user-provided logger or console.log.
console.log
Logger function that receives a message string and a data object. Defaults to console.log.
A GraphQLLink that logs request/response lifecycle
Logging link: log every operation to a user-provided logger or
console.log.