graphql_debug_log_entry

apply_filters( 'graphql_debug_log_entry', $log_entry, $config );

Filter the log entry for the debug log

  • Type: filter
  • Group: Debugging and Instrumentation
  • Since: 0.0.5
  • Source File: plugins/wp-graphql/src/Utils/DebugLog.php

Parameters

  • $log (array<string,mixed>): The log entry
  • $config (array<string,mixed>): The config passed in with the log entry

Source

apply_filters( 'graphql_debug_log_entry', $log_entry, $config );